reset radio buttons on a form

I created a form with 3 radio buttons.
When a user enters the form, none of the buttons are selected.
once selected, the user must pick one of the buttons.
How can a user reset the buttons so none are selected?
Thanks


Mary Duran


2 Answers

You can add a Reset button just for these fields, or you can replace them with check-boxes. Give the check-boxes the same name (but different export values) and they'll behave like a radio-button group, only you'll be able to "unselect" it as well.

.


Visit my custom-made PDF scripts website: http://try67.blogspot.com
Contact me personally: try6767@gmail.com


Gilad D (try67)   

To reset Radio Buttons you can reset the field by group name or set the value of the group name of buttons to the string value of "Off". This can be done with a button.

If you use Check Boxes, then one can uncheck all the boxes by clicking on the selected check box to uncheck it.


George Kaiser   


Please specify a reason: