Page Breaks not going to top of form on next page

  • vernondowns
    Asked on April 29, 2015 at 10:26 AM

    I've tried various solutions to fix this without success.

    I've added the form source code here: https://www.vernondowns.com/careers/application2.php

    I've tried embed code here, which also cuts off the bottom of the pages: https://www.vernondowns.com/careers/application3.php

    I've tried iframe code here: https://www.vernondowns.com/careers/application4.php

    None of them go to the top of the form when going to the next page. I believe it may be because of my fixed header on the site, but not sure how to adjust for this with the forms.

    Thanks for any help you can offer!

    G

  • David JotForm Support
    Replied on April 29, 2015 at 12:52 PM

    Hi,

    I checked the form on its own and the each page was indeed loaded at the top of the page.  You could always try to add the iFrame without the autoresizing script.  It may be conflicting with on of the scripts in your page.  Try this:

    <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://secure.jotformpro.com/form/51066046338958" frameborder="0" style="width:100%; height:1000px; border:none;" scrolling="yes"></iframe>

    Adjust the height to your desired height.  This should allow for the form to load properly into the frame and reduce the empty space.  When embedded to my test page at least, the page breaks to go to the top of the next page.