PHP: Form / Field Change upon Radio Selection?
Posted: Wed Jul 02, 2008 4:39 pm
This is what i am trying to do
I have 3 radio buttons and when 1 of the 3 is selected i want a drop down selection based on the value of the selected radio button. I think that makes sense?
Say name for radio buttons is "radio" and value is 1, 2 and 3.
When 1 is selected drop down menu with options for 1.
When 2 is selected drop down menu with options for 2.
I dont use php that much, would this be something for javascript??
Thanks.
I have 3 radio buttons and when 1 of the 3 is selected i want a drop down selection based on the value of the selected radio button. I think that makes sense?
Say name for radio buttons is "radio" and value is 1, 2 and 3.
When 1 is selected drop down menu with options for 1.
When 2 is selected drop down menu with options for 2.
I dont use php that much, would this be something for javascript??
Thanks.