Trying to Build a Conditional Form...

  • MichaelWise
    Asked on August 20, 2018 at 3:34 PM

    Hello!

    Love your product so far in the one hour I have been playing with it. I am trying to create a form with the following logic...

    [Multiple Choice] Do you need our product?

    [Yes]

    [No]


    If Yes…

    [Short Text Entry]

    [Dropdown]

    [Short Text Entry]

    [Dropdown]


    [Multiple Choice] Do you need any additional product?

    [Yes]

    [No]


    If Yes…

    New list generation of above until “no” is selected”


    If No (for either “Do you need our product?” or “Do you need any additional product?”) If chosen, it goes to next page.



    Do you have any suggestions on how I can accomplish this?


    Thanks!

  • Victoria_K
    Replied on August 20, 2018 at 4:48 PM

    Hello,

    Here is our guide on how to Hide-or-Show-Multiple-Fields-at-Once.

    Basically, you should avoid creating several conditional statements to show/hide same field. If there is a condition to show field, this field will be only shown if the condition is met. So, there's no need to hide the same field with another statement.

    Please let us know if you need more help.