Copy link to clipboard
Copied
Hi,
I was wondering how you can make radio buttons uncheck, if you fill a text field. And vice versa, when you check one the radio buttons the text field will be reset?
Thanks in advance for any help!
Copy link to clipboard
Copied
You will need to use Acrobat JavaScript to write some custom code to set the value of radio button to "Off" so the check mark disappears. A user cannot manually uncheck a radio button or a selected button within an exclusionary group of radio buttons once one of the buttons in the group has been selected except for the use of JavaScript of resetting the group of radio buttons. Check boxes on the other had can be manually deselected.
Copy link to clipboard
Copied
You will need to use Acrobat JavaScript to write some custom code to set the value of radio button to "Off" so the check mark disappears. A user cannot manually uncheck a radio button or a selected button within an exclusionary group of radio buttons once one of the buttons in the group has been selected except for the use of JavaScript of resetting the group of radio buttons. Check boxes on the other had can be manually deselected.
Copy link to clipboard
Copied
Well I managed to come up with a pretty premitive solution since I don't know JavaScript.
Thanks for the reply anyway!