Ok. Not sure where this belongs, so hopefully someone will assist.
I have 3 dropdown lists on a webpage. All 3 are populated via php to a mysql database.
I'd like to have the 2 drops DISABLED Or even invisible unless a certain item is selected from dropdown #1. How do I do this?
Example. If Item B is selected from drop #1, then Drop #2 would appear and you could make a selection from it.
If Item D was selected from drop #1, then drop #3 would appear and you could make a selection.
End result, all 3 drops would pass their value on Submit.
Enough info? Thanks for the help.
I have 3 dropdown lists on a webpage. All 3 are populated via php to a mysql database.
I'd like to have the 2 drops DISABLED Or even invisible unless a certain item is selected from dropdown #1. How do I do this?
Example. If Item B is selected from drop #1, then Drop #2 would appear and you could make a selection from it.
If Item D was selected from drop #1, then drop #3 would appear and you could make a selection.
End result, all 3 drops would pass their value on Submit.
Enough info? Thanks for the help.