How to join dropdown elements

vaguemind

Vaguemind
how to join dropdown elements together :

I have a dropdown : example1 ( A, B, C)
another dropdown: example2 ( A1,A2,A3)
another dropdown: example3 (B1,B2,B3)
another dropdown: example3 (C1,C2,C3)

I need when i select from example1 dropdown "A" so show the values from example2 dropdown .

please how can i make this , as i tried to use CDD but couldnt implement it
thanks
 
Not sure what you mean. Are you trying to show / hide the entire dropdowns for example2, 3 and 4, depending on the select in 1?

-- hugh
 
I wouldn't do that way, instead i would use cascading dropdown ( like in country - state - city ) by creating a main list ( with A,B,C ... ) and a second list with link to the first ( A-A1, A-A2, B-B1 ... and so on) and then use the dropdown for first list and a cascading drop down for second list while watching the linking element to the first list.

Watch tutorial on this subject for a more precise idea ...
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top