When I click the Next Page it does not go to the top

  • Rescue_info
    Asked on June 18, 2019 at 9:37 PM

    I had to put in page breaks into my form so it can work on an IOS device. However, when I click the Next button, it goes to the BOTTOM of the next page. How can I get it to go to the top of the next page? This happens on all devices. I have it in an iframe and have the code as follows:

    <iframe id="JotFormIFrame-90818752270157" allowtransparency="true" src="https://form.jotform.com/90818752270157?nojump" frameborder="0" style="width:100%; height:6000px; border:none;" scrolling="yes"> </iframe> 

    You can check it out at:

    https://www.coloradopuppy.org/online-application

    Thank you,

    Christy Hess

  • Kevin Support Team Lead
    Replied on June 19, 2019 at 3:04 AM

    The forms with page breaks will automatically jump to the top of the form when the user clicks on the page break buttons. On the embed code you provided it seems like the variable "?nojump" is preventing the form to do this, I would recommend you to kindly remove the ""?nojump" so the final embed code should be like this: 

    <iframe id="JotFormIFrame-90818752270157" allowtransparency="true" src="https://form.jotform.com/90818752270157" frameborder="0" style="width:100%; height:6000px; border:none;" scrolling="yes"> </iframe> 

    I hope this helps. 

  • Rescue_info
    Replied on June 19, 2019 at 10:40 AM

    This is what I needed - thank you so very much!

    Christy Hess