edge
19th November 2007, 11:38
I've been at this for some time now, but can not get it to work as my JavaScript coding is not really good.
I'm trying to make a form with 3 options that are selectable with radio buttons.
Radio button 1 linked to option A
Radio button 2 linked to option B
Radio button 3 linked to option C
(options are all different input fields.)
When the page loads it needs to show the 3 radio buttons and option A.
Option B and C should NOT show.
When the user selects radio button 2, option B need to be shown.
A and C should NOT been shown.
When the user selects radio button 3, option C needs to be shown.
A and B should NOT been shown.
Anyone here who might have a small demo code on something like this?
Thank you
I'm trying to make a form with 3 options that are selectable with radio buttons.
Radio button 1 linked to option A
Radio button 2 linked to option B
Radio button 3 linked to option C
(options are all different input fields.)
When the page loads it needs to show the 3 radio buttons and option A.
Option B and C should NOT show.
When the user selects radio button 2, option B need to be shown.
A and C should NOT been shown.
When the user selects radio button 3, option C needs to be shown.
A and B should NOT been shown.
Anyone here who might have a small demo code on something like this?
Thank you