M
mdonahoe
Hi, I'm pretty novice with javascript but it's coming along. I've got
a form with say 4 radio buttons listed -
option1
option2
option3
other (please specifiy)
then a 25 charachter text box to place your input.
What I want to do is if the option1,2,3 radio button is selected and
then you click in the textbox to type in your own custom option then
the radio button will change to the 4th radio button specifying
'other'.
Within this of the 4 options only one can be selected of the 4.
Hope this make sense.
mdd
a form with say 4 radio buttons listed -
option1
option2
option3
other (please specifiy)
then a 25 charachter text box to place your input.
What I want to do is if the option1,2,3 radio button is selected and
then you click in the textbox to type in your own custom option then
the radio button will change to the 4th radio button specifying
'other'.
Within this of the 4 options only one can be selected of the 4.
Hope this make sense.
mdd