New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Dynamic Form Input Upton Users Selection
Hi,
I need a little javascript/jquery where I wan to display 3 cars in the form's drop down select/option field.
example for the form "option" field:
1. Chevrolet
2. Honda
3. Toyata
When user selects first option, that is, Chevrolet, they are shown Chevrolet's 5 car names, and when user selects Honda, they are shown 5 car names manufactured by Honda.
Unless the user selects anything all car names are "hidden" in the form.
Comments
https://codepen.io/corbpie/pen/LYWgZMQ
thanks. it worked.