How can I make the form scrollable so that you can advance through the form without having to press Tab, etc.?

  • David
    Asked on October 10, 2016 at 12:35 PM

    This problem is with the Employment and the Inventor Tabs on the website linked below.

     

    http://www.progressive-plastics.net

  • Jan
    Replied on October 10, 2016 at 2:06 PM

    I believe this is the form (https://www.jotform.us/form/50466023594152) you're referring to. I've checked this webpage where the form is embedded and I can see the issue you're describing.

    How can I make the form scrollable so that you can advance through the form without having to press Tab, etc Screenshot 20

    Please try to re-embed the form using the Iframe method and then change the attribute value of scrolling to "yes". Here's an example:

    <iframe id="JotFormIFrame-50466023594152" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://form.jotform.com/50466023594152" frameborder="0" style="width:100%; height:539px; border:none;" scrolling="no"> </iframe> <script type="text/javascript"> ... </script>

    You may also need to keep the <script> element below the Iframe.

    Related guide: https://www.jotform.com/help/148-Getting-the-form-iFrame-code

    Hope that helps. Thank you.