Hiding controls in form

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
dumlee
Forum Commoner
Posts: 33
Joined: Mon Jun 30, 2008 12:06 am

Hiding controls in form

Post by dumlee »

There is one country drop down in the form and user is to be shown State and city only if he choses US

Otherwise hide the controls

How to do it.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Hiding controls in form

Post by alex.barylski »

AJAX and some DHTML.
Post Reply