How to create Show/Hide Conditional logic?

  • Lloyd Bromfield
    Asked on August 7, 2022 at 9:47 AM
    I'm trying to recreate the form but I don't know how to create the single choice with a text field that appears based on the selection.

    I want a box to appear when someone selects NO so they can input more information. I don't want that box visible if the person selects YES. It only appears when the selection is NO. Can you let me know how to do this?

    Thank you,

  • Richard_A
    Replied on August 7, 2022 at 9:49 AM

    Hello Lloyd,

    Thanks for getting back to us. Sure. Creating a Show/Hide condition is easy, let me show you how:

    • IForm Builder, in the orange navigation bar at the top of the page, click on Settings.
    • In the menu on the left side of the page, click on Condition.
    • Select Show/Hide Field.

    The condition would be like this: IF "Do you want to see the rest of the form?" Is Equal to "Yes" Show Multiple ... (Fields you want to show)

    Qe5RvzN Screenshot 10

    Please note that there is no need to hide the fields manually on your Form Builder. As soon as the fields have been used on the Show/Hide Condition, they will automatically be hidden unless a certain condition has been met.

    I've created this testing form to demo what it would look like. You can also check the condition I've made by cloning my test form directly to your account. This guide will show you how to clone a form using the Form URL.

    Give it a try and let us know if you have any other questions.

  • Lloyd Bromfield
    Replied on August 7, 2022 at 1:01 PM

    Hello,

    Thank you, I was able to get it to work.

    Now, I'm looking to hide pages that don't apply once I've made a selection.

    Example:

    Single

    Married

    Divorced

    When I select Single, I would like to go to the Single person page but hide the married and divorced pages when I hit next. I would like to go to the next page after all the martial status pages. So if I choose Married, I want to go to the Married page but skip the divorced page.


    Is there a way to do this? I don't see the multiple pages options to hide pages.

    Please advise. Thank you,