I have two HTML select boxes. The first is called #1 and the second is called #2.
Whenever I take an option in #1, #2 select box should only show valid options that are linked to the option I took at #1 select box, and so on.
How is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What you are looking for is called cascading list or “dependent select list”. Take a look at this article which demonstrates a way to implement it.