I'm attempting to create a form that will show an additional select form element if the user selects one particular option from the select form element above it. For instance, Element 2 should be hidden unless option3 is selected in Element 1.
This should be a relatively straightforward conditional in javascript that checks the value of element 1 and if it equals option 3's value then Element 2 becomes visible.
Thanks in advance.



Reply With Quote



Bookmarks