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
You can use jQuery to help you with it :
Form 1 Form 2 Form 3
I added an id to your select and change the id name of your three forms :)
Hope it helps :)