Embedded form is not appearing on mobile

  • PeterUddfors
    Asked on May 18, 2019 at 5:22 AM

    Hello,


    My jotform on http://sveaviken.se/batplats/avtal-avgifter.html works perfectly when being viewed on a pc but it does not work on a android phone. Why?


    Best regards,Peter

  • Nick_So
    Replied on May 18, 2019 at 7:56 AM

    This usually happens when the form scripts conflict with your website scripts. I have verified your form source code and found that it was not embedded using the iframe embed code. The iframe will prevent the form from conflicting anything on your page.

    I would suggest to re-embed your form using the iframe embed code Getting-the-Form-iFrame-Code.

    After injecting your code, I would suggest adjusting the from width value in the iframe code from 1px to 690px which is the actual form width of your form. Please refer the screenshot below to see what to adjust.

    1558180606Screenshot 5 Screenshot 10

    Please try this out and update us if the problem still persists.