How can I conditionally set the options of a Dropdown Field?

  • WOWKIDO
    Asked on March 3, 2017 at 9:57 PM

    Product (drop down)
    - Product A
    - Product B

    Model # (drop down)
    - A01
    - A02
    - A03
    - B01
    - B02

    How can I....

    if Product A is selected, show/hide options on Model #
    SHOW A01, A02, A03
    HIDE B01, B02

    if Product B is selected, show/hide options on Model #
    SHOW B01, B02
    HIDE A01, A02, A03

  • Support_Management Jotform Support
    Replied on March 4, 2017 at 2:31 PM

    You can't conditionally setup the options inside a regular Dropdown Field. What you can use as an alternative is a widget called Dynamic Dropdowns.

    It should allow you to create nested dropdowns just like how you described it.

    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