When I add a new page to a form my conditional logic is all messed up

  • Monicacv
    Asked on November 22, 2017 at 3:03 PM

    I have a form that will have a lot of pages. When I need to add a page or rearrange a page do I have to change all my conditions? I have a lot of "skip to this page if you have another item" type conditions setup.

  • jonathan
    Replied on November 22, 2017 at 3:24 PM

    Rearranging the pages or fields in the form will not affect the Conditions. Because the conditions uses the field IDs... so no matter where the fields or pages were in the form, it will not modify existing Conditions.

    Check our user guide also here:  How to Skip Pages Using Conditional Logic

    It is possible the issue you are having was not related to the rearranging of the fields/pages. If you can describe the problem with more clear details we will take a look again.

    Let us know if you need further assistance.

  • Monicacv
    Replied on November 22, 2017 at 4:09 PM

    So lets say I have a question that says if yes then skip to page 3.

    If I add a new page and page 3 becomes page 4 then it will automatically change to say "if yes then skip to page 4" ?

  • jonathan
    Replied on November 22, 2017 at 5:24 PM

    No it will not change the condition. The conditional statement will still retain "If Yes then Skip to page 3"

    But I understand what you were pointing out.

    But the modification you example with was adding new page and field, not just rearranging them.

    So it does affect how the condition somewhat because it will now be pointing to a different field since the original field was transferred to another page.