I would like to know how to show/hide different forms based one form\'s selection.
In the sample code below all three forms are automatically set to display:none. I woul
If you don't want to use jQuery, you can add this to the top of your HTML:
and then add onChange="changeForm(this)" to your main form. // onChange not case sensitive.
onChange="changeForm(this)"