Can you conditionally show/hide individual dropdown options?

  • jtsm1th01
    Asked on April 19, 2019 at 4:07 PM

    I see how to conditionally show/hide dropdowns as a whole, but is there a way to show/hide specific dropdown options? Would you just need to create dropdowns for each situation and show/hide them as necessary?

  • Girish JotForm Support
    Replied on April 19, 2019 at 4:22 PM

    You cannot conditionally setup the options inside a regular Dropdown Field. What you can use as an alternative is a widget called Dynamic Dropdowns. It will allow you to create nested dropdowns.

    e.g.

    IF A THEN SHOW

    A1

    A2

    A3

    IF B THEN SHOW

    B1

    B2

    B3

    ...and so on

    Related Guide: How-to-Add-a-Widget-to-your-Form 

    If you have any specific scenario that you want to achieve do let us know.