easily create a conditional drop down box with multiple condtions

  • asmyth
    Asked on September 18, 2017 at 10:28 AM

    I am currently trying to build a form that will allow people to choose their leader, and then have that leaders specific stores automatically load.  I am trying to prevent the individuals from having to search through 900 different locations.

  • Sabbir
    Replied on September 18, 2017 at 11:05 AM

    There could be two possible solution.

    1. You can generate two drop down for leaders and stores. Once someone select a specific leader, the associated stores will be shown in another drop down. You can achieve this using our Form Conditions.

    Go to Settings->Conditions->Show/Hide Field

    easily create a conditional drop down box with multiple condtions Image 1 Screenshot 20

    Here under IF->Select your drop down name, under STATE->is equal to, under VALUE-> Select the leader name. Then under DO-> Select Show, under FIELD-> select the store.

    Then Save.

    In this way, you can add a store under a specific leader. Repeat this for multiple store under a single leader and Save it every time.

    2. Another way could be using Dynamic Drop Down Widget.

    Let us know if any of this helps.