Page 1 of 1

form validation

Posted: Sun Oct 08, 2006 3:26 pm
by alexislalas
hello to all.

my question is where can i find some examples or how can i do that when a user selects a checkbox or a radiobutton a textfield activates. and when a user selects something from a menu/list certain info loads on another menu/list.

thanks

Posted: Sun Oct 08, 2006 3:50 pm
by volka
If you want the client to do someting you have to code it client-side, e.g. with javascript. php is usually (almost always) executed server-side and only invoked if there is a new http request.
alexislalas wrote:and when a user selects something from a menu/list certain info loads on another menu/list.
http://forums.devnetwork.net/viewtopic.php?t=55508#309978
bokehman wrote:Just in case you want to Google it, the proper terminology is a "chained select".