i have a form with many dependent drop down menus and text fields. I need it to work so the user has to enter the fields in order. is there a simply way to do this? Maybe to disable certain fields?
if you are submitting the form to query a database and populate the select boxes based on a value selected in the previous select box, then you should disable the select boxes by writing appropriate code on the server side, not using javascript.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.