I need help with a double dropdown.
I have a dropdown with the following options:
Car
Bus
Motorcycle
Bicycle
When the user selects car, I want a set of text box fields to appear for:
Make:
Model:
Year:
I have tried the double dropdown tutorial in Q&A and I cannot get it work. Please help.
Jose
I have a dropdown with the following options:
Car
Bus
Motorcycle
Bicycle
When the user selects car, I want a set of text box fields to appear for:
Make:
Model:
Year:
I have tried the double dropdown tutorial in Q&A and I cannot get it work. Please help.
Jose
Hi baxterdown,
This isn't a double-drop-down in the true sense. You just need to hide/show a block of inputs depending on the selection. If you put the block of car elements into a container you can use the Events tab in the drop-down to hide/show the container.
Bob
This isn't a double-drop-down in the true sense. You just need to hide/show a block of inputs depending on the selection. If you put the block of car elements into a container you can use the Events tab in the drop-down to hide/show the container.
Bob
Hi Bob, thanks for the reply. Is there a tutorial available on how to do that?
This topic is locked and no more replies can be posted.