Radio button hidden variable
Posted: Fri Apr 09, 2004 1:02 pm
Lets say you have a radio button, well you have two of them with the same name.. so you can only choose one of them, is there any way to include a hidden variable depending on which 1 is changed?
for example
radiobutton1 - value 1
radiobutton2 - value 2
if radiobutton1 is selected add value 3
if radiobutton2 is selected add value 4
so now you have value 1 and 3 if radio button 1 is selected
2 and 4 if radiobutton2 is selected
any help ty
for example
radiobutton1 - value 1
radiobutton2 - value 2
if radiobutton1 is selected add value 3
if radiobutton2 is selected add value 4
so now you have value 1 and 3 if radio button 1 is selected
2 and 4 if radiobutton2 is selected
any help ty