How to make Next jump to specific page?

  • Jbarfelz
    Asked on January 28, 2016 at 1:15 AM

    Hi,

    I am working on a very complex form where the user will move through the pages in a non-linear fashion. There are several YouTube videos embedded in the form, each on it's own page. How can I set it up so that when the user has finished watching the video and clicks Next they go to a specific page vs the next page in the form?

    Thanks for your help!

  • Jbarfelz
    Replied on January 28, 2016 at 9:06 AM

    I've figured out a way to do it. I added a Check Box under the YouTube video and made it hidden and read-only, so that the user will not see it and could not change it even if they could see it. I was then able to set a condition that if that check box was unfilled the form would skip to a specific page when Next is clicked. May not be the most efficient way to do it, but it works.

  • Jan
    Replied on January 28, 2016 at 9:09 AM

    You can use the "Skip to a Page" condition in order to do that.

    How to make Next jump to specific page? Image 1 Screenshot 30

    Here's an example of a condition:

    How to make Next jump to specific page? Image 2 Screenshot 41

    Let us know if you have any questions. Thank you.

  • Jbarfelz
    Replied on January 28, 2016 at 9:28 AM

    Actually that won't work in this case, as there is no condition on that page which would trigger the action. There's no IF _______ option because the only thing on the page is the YouTube video.

  • Ben
    Replied on January 28, 2016 at 11:14 AM

    Seems that my colleague responded right after your reply about being able to do it using the hidden field.

    The example of my colleague are general steps to be taken, which based on your reply you did.

    I presume that your form is now working as you wanted it to work (based on your previous reply):

    "I've figured out a way to do it."