I searched the forum but cannot find a solution.
On my form I'm using radio buttons so that users can choose more than one option, the problem is once an option is selected they cannot unselect it. How can I fix this?
Thanks!
On my form I'm using radio buttons so that users can choose more than one option, the problem is once an option is selected they cannot unselect it. How can I fix this?
Thanks!
Hi LikeStuff,
With Radio buttons you can only choose one option. You need checkboxes if you want to allow more than one to be chosen.
My guess is that you have radio buttons with different names. The only way you can unselect a radio button is by selecting another one with the same name.
Bob
With Radio buttons you can only choose one option. You need checkboxes if you want to allow more than one to be chosen.
My guess is that you have radio buttons with different names. The only way you can unselect a radio button is by selecting another one with the same name.
Bob
This topic is locked and no more replies can be posted.