I want to display different forms based on the clients selection.

  • jbehfarshad
    Asked on June 10, 2020 at 3:07 PM

    I want to display different forms based on the clients selection. If the user selects radio button 1 -> go to form 1 and if radio button 2 is selected -> go to form 2. These radio buttons are on the initial form along with other data the client has to enter.

    Can carry out these actions? If so, could you please tell me how to do so?


    Thanks.


  • David JotForm Support Manager
    Replied on June 10, 2020 at 6:31 PM

    Thank you for contacting us. If I understood correctly, you want to use a form to display different forms inside depending on the user's selection.

    This is possible:

    -Add Iframe Embed widgets in the form that will be used to house the other forms: https://www.jotform.com/help/252-How-to-Add-a-Widget-to-Your-Form

    -Then, put the link of the forms in one of the Iframe Embed widgets.

    -Finally, create one SHOW Condition per Iframe Embed widget. So, if you have 3 forms, the logic will be:

    1) If selection is equal to A

    Show Iframe-Embed-A

    2) If Selection is equal to B

    Show Iframe-Embed-B

    3) If Selection is equal to C

    Show Iframe-Embed-C

    Let us know if you need more help.