How to hard code a NEXT button to go to a specific page?

  • bluefiregroup
    Asked on November 13, 2016 at 6:20 PM

    I am using Conditions to direct a user to one of 8 theme pages depending on their choice of theme.

    After the 8 pages I have page 9 which is a continuance of the form to the end.

    So, for example, if a user chooses to go to page 5, at the end of page 5 I DONT want NEXT to go to page 6, I want it to go to page 9. And this is to be the case for all these 8 pages - all of them need a the NEXT button to be hardcoded to go to page 9

    ie - there is no specific condition being tested (or to be tested) on this page - I just want to force the NEXT button to go to page 9.

    How do I do this? I cant see that with Conditional Logic..

    thank you!

     

  • jonathan
    Replied on November 13, 2016 at 7:28 PM

    You can achieve this by just adding 1 confirmation rule within each of the 8 pages... Once the user responded to the confirmation field you can now catch them to always direct to the 9th page.

    Example: 

    I used Checkboxex to ask for confirmation. If checked, Next button will skip to last page.

    How to hard code a NEXT button to go to a specific page? Image 1 Screenshot 30

    How to hard code a NEXT button to go to a specific page? Image 2 Screenshot 41

     

    Hope this help. Let us know if you need further assistance.

  • bluefiregroup
    Replied on November 13, 2016 at 8:03 PM

    Got it - i started to realize that was going to be the work around!

    It would be nice though to not have to create another field.. I already have so many!

    thanks

     

  • jonathan
    Replied on November 13, 2016 at 8:14 PM

    Actually you can also do it within the existing fields on your form. 

    Example: 

    How to hard code a NEXT button to go to a specific page? Image 1 Screenshot 20

    The condition rule above when applied to each page on your form will make the Next button always skip to the last page.