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
form validation
Moderator: General Moderators
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.
http://forums.devnetwork.net/viewtopic.php?t=55508#309978alexislalas wrote:and when a user selects something from a menu/list certain info loads on another menu/list.
bokehman wrote:Just in case you want to Google it, the proper terminology is a "chained select".