Dropdowns dependent on each other?
Is it possible to create multiple dropdowns that are dependent on each other in terms of their values?
I have dropdowns that are used to create an ordered list where I want to ensure that if a value is used in one of the dropdowns it can't be used in another dropdown.
For example:
dropdown1 has values of 1,2,3,4,5, etc... and if say #1 was selected then dropdown2 would have all of the other values EXCEPT #1 and then so on and so forth for as multiple dropdowns until the end user gets to the final dropdown option and they only have the last value available.
I'm assuming this is some kind of javascript but I have no idea what it would look like and have 0 experience actually writing a javascript.
