John Albert
09-24-2007, 11:00 PM
OK Here's my dilemma:
I have a Web form with a pair of radio buttons that choose between 2 options. The choice made here will affect which elements will be displayed or activated in the next section of the form, like so:
Picking Option 1 will result in a 2nd series of radio buttons offering a single choice from among the values A, B, C, D, and E.
Picking Option 2 will only result in a choice between only options A and B.
So if the first radio button is chosen, then all 5 subsequent options must be available, but if the second is chosen all but the first 2 must either disappear or become "greyed out" and rendered inactive. Ideally, I would prefer the unnecessary radio buttons to just disappear when the 2nd option is checked.
I've been racking my brains trying to figure out how to make this work, but so far to no avail. Can anyone help?
I have a Web form with a pair of radio buttons that choose between 2 options. The choice made here will affect which elements will be displayed or activated in the next section of the form, like so:
Picking Option 1 will result in a 2nd series of radio buttons offering a single choice from among the values A, B, C, D, and E.
Picking Option 2 will only result in a choice between only options A and B.
So if the first radio button is chosen, then all 5 subsequent options must be available, but if the second is chosen all but the first 2 must either disappear or become "greyed out" and rendered inactive. Ideally, I would prefer the unnecessary radio buttons to just disappear when the 2nd option is checked.
I've been racking my brains trying to figure out how to make this work, but so far to no avail. Can anyone help?