Is it possible to change the dropdown boxes dynamically based on input?

  • Jason Prestosh
    Asked on April 22, 2022 at 9:48 AM

    Is it possible to make the dropdown boxes dynamic based on input? For example in the first dropdown box I have species of fish (trout, bass, panfish). The next dropdown box would have size. Is it possible to show different size options if trout is selected (10"-14", 14"-18",18"-22") or if panfish is selected (4"-6", 6"-8", 8"-10")?

  • Yau_C
    Replied on April 22, 2022 at 10:07 AM

    Hello Jason Prestosh,

    Are you referring to dropdown in configurable list widget or dropdown field in the form?

    You can create a couple of dropdown fields in your form. Example:

    Dropdown 1 (displayed by default)

    Dropdown 2 (hidden by default)

    Dropdown 3 (hidden by default)

    You could then hide Dropdown 1 and unhide Dropdown 2 if certain condition is met based on the answer to your question.