Visible and Invisible forms

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Siryx
Forum Newbie
Posts: 11
Joined: Tue Jul 26, 2005 9:58 am

Visible and Invisible forms

Post 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?
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

Put the form in div tags and hide/unhide using js...
Siryx
Forum Newbie
Posts: 11
Joined: Tue Jul 26, 2005 9:58 am

Post by Siryx »

i will try it, thanks.
Post Reply