Link to a certain form page in the url?

  • stickerart
    Asked on December 10, 2017 at 7:47 AM

    Hi, is it possible to link to a certain page in the url?

    For example I want to have an external link that links to page 3 of a form.

  • Mike
    Replied on December 10, 2017 at 12:23 PM

    Yes, this is possible with a jumpToPage parameter in our classic layout forms.

    Example:

    https://form.jotform.com/XXXXXXXXXX?jumpToPage=3

    In our new layout forms, where each question is placed on its own page, the format is a bit different.

    Example:

    https://form.jotform.com/XXXXXXXXXX#3

    Thank you.

  • stickerart
    Replied on December 10, 2017 at 3:33 PM

    Thank you Mike!

  • stickerart
    Replied on December 11, 2017 at 4:37 AM

    Hi Mike,

    Is it possible to jump to a page if the form is embedded?

  • aubreybourke
    Replied on December 11, 2017 at 9:37 AM

    You would need to modify the embed code. So that:

    <script type="text/javascript" src="https://form.jotform.com/jsform/73443393246964"></script>

    Would read:

    <script type="text/javascript" src="https://form.jotform.com/jsform/73443393246964?jumpToPage=2"></script>