Jotform is automatically scrolling to the top of the page upon a form submission.

  • Hitman10586
    Asked on January 14, 2019 at 5:09 PM

    I have read all the other answers but i can not find a way to fix my issue, what is iframe? Btw i am using wix for my page

     

    Thank you

  • Jed_C
    Replied on January 14, 2019 at 8:30 PM

    Try embedding the form using the iframe code below.

    <iframe

          id="JotFormIFrame-xxxxxxxx"

          allowtransparency="true"

          src="https://form.jotform.com/xxxxxxxx?nojump"

          frameborder="0"

          style="width: 1px;

          min-width: 100%;

          height:539px;

          border:none;"

          scrolling="no">

    </iframe>

    Make sure the highlighted in pink is replaced with your form ID. To get your form ID, please refer to the sample image here https://cms.jotform.com/uploads/image_upload/image_upload/global/68908_form_id.png.

    Let us know if you have any questions or if you need further assistance. 

  • Hitman10586
    Replied on January 15, 2019 at 2:17 AM

    The code above does not work, it shows only the very top of my form

  • Hitman10586
    Replied on January 15, 2019 at 2:43 AM
    i will try, thank you, my knowledge is very basic btw :)
    ...