I am interested in helping the user narrow down his choices as he fills out additional information. A common way to do this is through a series of selects, where each time time the user chooses an item from a select, the next select appears below the previous select with relevant and more detailed choices.
Example:
- select from: {car, bus, train, plane, bike}
- user selects plane
- select from: {first class, business class, economy class}
- user selects business class
etc…
Is there a way to programmatically populate a select with choices that are based on a previous selection?
Cheers,
Jon