Answered
Hi ,
I have a form with 3 radio buttons and 3 check boxes. If the user clicks any of the radio buttons, I would like to clear any/all of the check boxes that might be selected. If the user clicks any of the check boxes, I would like to clear any radio buttons that might be selected. I have figured out how to clear the radio buttons by using the following code under the check boxes:
this.getField('radiobutton').value = 'Off';
but I can't figure out how to code the radio buttons when clicked to clear the check boxes. Can anyone help please? As you've probably guessed I'm a neub at this.
Thanks, Damian
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com