+ 1
Selection Filter
How can I filter the content of one selection list based on an option chosen in another selection list? For example, if I have to choose a Make of a car, say Toyota in the selection list. how can I filter the next field, Model to correspond with Toyota models?
2 odpowiedzi
+ 4
find a code example here:
https://www.w3schools.com/howto/howto_js_cascading_dropdown.asp
0
thank you, I will look into it.