My form isn't displaying properly on a mobile phone....

  • kbcshow
    Asked on October 17, 2017 at 3:30 AM

    I have a form "KBC Show 2017 Tickets" with two other forms embedded into it and when viewing it on a mobile phone, it doesn't let you scroll down on either of the embedded forms. Is there a way of fixing this please?

    Jotform Thread 1274982 Screenshot
  • Chriistian Jotform Support
    Replied on October 17, 2017 at 4:05 AM

    I checked your form (https://form.jotform.co/72608777801868) on a mobile browser and I was able to replicate the issue. Please allow me some time to further investigate. I'll get back to you once I've found results.

  • Chriistian Jotform Support
    Replied on October 17, 2017 at 4:43 AM

    In order for the two forms embedded on your form to scroll properly on your form when viewing it on mobile, please adjust the height of the Iframe. Please inject this CSS code on your form:

    iframe {

       overflow: scroll !important;

       height: 1400px !important;

    }


    Here's the guide on How to Inject Custom CSS Codes.

    Result:

    15082296132017 10 17 1640 Screenshot 10