Hey all,
I have a setup like this:
Radio Button1 name = Q01 value = Q01A
Checkbox1 name = Q01A01A
Checkbox2 name = Q01A01B
Radio Button2 name = Q01 value = Q01B
Checkbox1 name = Q01B01A
etc...
I have Radio Buttons that belong to the same group, and most of the radio buttons have checkboxes that belong to them (as illustrated above). This is more of an error-validation problem than anything.
This is the problem- a user selects Radio Button1 then selects both checkboxes associated with it. However, let's say the user goes back over his answers and says, no, I don't want Radio Button1, and he selects Radio Button2 instead and the checkbox undearneath that. The problem is that the two checkboxes undear Radio Button1 are still selected. How can I make ColdFusion turn off those checkboxes when their Radio Button is off?
Thanks.
I have a setup like this:
Radio Button1 name = Q01 value = Q01A
Checkbox1 name = Q01A01A
Checkbox2 name = Q01A01B
Radio Button2 name = Q01 value = Q01B
Checkbox1 name = Q01B01A
etc...
I have Radio Buttons that belong to the same group, and most of the radio buttons have checkboxes that belong to them (as illustrated above). This is more of an error-validation problem than anything.
This is the problem- a user selects Radio Button1 then selects both checkboxes associated with it. However, let's say the user goes back over his answers and says, no, I don't want Radio Button1, and he selects Radio Button2 instead and the checkbox undearneath that. The problem is that the two checkboxes undear Radio Button1 are still selected. How can I make ColdFusion turn off those checkboxes when their Radio Button is off?
Thanks.