Show/Hide different forms based on a option selected
问题 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 would like to only show one of the "hidden" forms if its corresponding value is selected from the "shower" form. So if option "Form 1" is selected from the "shower" form, then show Form 1 below; if option "Form 2" is selected from the "shower" form, then show Form 2; and so on. Preferably with a fade in/out animation to it or