Multiple Rules in Conditions to SKIP pages.

  • stonebrook
    Asked on February 20, 2015 at 11:46 AM

    I am migrating over from forms central and having problems with logic. Is there any way to add the logic to the next button based on the answer in a previous page without affecting the logic already set in that previous page? 

    Page#5: Any additional tenants 18 years of age or older yes or no

         if no skip to page 11

    Now from page 11, I want them to skip to page 13 based on Page #5 answer is no else I want them to skip to page 12 after completing page 11 based on Page #5 answer is yes.

     

    I was able to set logic to each next button of a page without it affecting other conditional statements.

     

    Thank you for your help

     

  • Charlie
    Replied on February 20, 2015 at 1:46 PM

    Hi,

    You can do that by adding more rules to require skipping to next pages.

    Example.

    Page 5 if tenants age is 18years and older is "Yes" SKIP to Page 11.

    Page 11 if tenants age is 18years and older is "Yes" ( based from page 5) AND digital signature (page 11) is Filled then SKIP to Page 13.

    Page 11 if tenants age is 18years and older is "No" ( based from page 5) AND digital signature (page 11) is Filled then SKIP to Page 12.

    The digital signature field is just a suggestion, you can use multiple fields to have a stricter condition. Here's an example:

    Multiple Rules in Conditions to SKIP pages Screenshot 20

     

    I hope this helps. Do let us know if this works.

    Thank you.