Show specific fields based on user's selection

  • Ed Izenstark
    Asked on August 13, 2019 at 5:33 PM

    Hi there I’m trying to figure out which form element to use

    I would like it to go

    option a 

    option b 


    And if you select option A it takes you to follow up questions about option a and if you select option B it takes you to a different set of questions


    Thanks so much for getting back to me quickly

  • Mike
    Replied on August 13, 2019 at 5:57 PM

    This can be achieved with conditional logic on form. You may add two conditions to show the fields:

    - If a field is equal to 'option a', show one set of fields.
    - If a field is equal to 'option b', show another set of fields. 

    Please follow the next guide for more information:

    How to Show or Hide Fields Base on User's Answer