Page 1 of 1

Visible and Invisible forms

Posted: Thu Jul 28, 2005 9:39 am
by Siryx
I am searching for a bit of help.

I got a web with a form, the form had two choices and one submit button. i want to make visible a form that is invisible if i chose the first option, and make visible other diferent form if i submit the second option.

How can i make visible or invisible a form?

Posted: Thu Jul 28, 2005 9:49 am
by hawleyjr
Put the form in div tags and hide/unhide using js...

Posted: Thu Jul 28, 2005 10:18 am
by Siryx
i will try it, thanks.