• Resolved wpdia

    (@wpdia)


    I have created 2 dropdowns A and B dropdown

    A dropdown data :
    1
    2
    3
    4

    B dropdown data:
    A1
    A2
    A3
    A4

    The B dropdown shows A1 only automatically if i selected A dropdown 1.
    The B dropdown shows A2 only automatically if i selected A dropdown 2.
    The B dropdown shows A3 only automatically if i selected A dropdown 3.

    How do I implement this feature?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @wpdia,

    What version of the plugin are you using?

    With the Developer and Platinum versions of the plugin it is very simple to implement. You simply should use DropDown DS fields, and a CSV file with two columns: the elements in the DropDow A in the first column, and the corresponding elements for the DropDown B as the second column, and use the DropDown A for filtering the items in the DropDown B.

    If you are using the Free or Professional versions of the plugin, you should to insert a DropDown field for every choice in the DropDown A, and define dependencies between the choices in the DropDown A and their corresponding DropDown fields.

    A different solution would require of additional code to generate the DropDown fields programmatically.

    Best regards.

    Thread Starter wpdia

    (@wpdia)

    Resolved .Many Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘dropdown option issues’ is closed to new replies.