I think this is a simple answer, but not sure about the best method, and I'm new to forms.
I want to have a dropdown list with model numbers. When a specific model number is selected, it displays a form with the corresponding names.
eg.
Model 1 - when selected - displays input field 1 and input field 2
Model 2 - when selected - displays input field 1 and input field 2 and input field 3
Model 3 - when selected - displays input field 1 and input field 4 and input field 5
I would like this to happen dynamically.
Help me greatly appreciate the weather when you write code or connect me with a tutorial or example site
Thank you
source
share