These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Unchecking radio buttons

Gizwaldo
Registered: Oct 31 2010
Posts: 6

Hi there, I am very new to this and have been able to generate and make a PDF document that can be filled in. However I have a few radiobuttons that give the recipient a couple of choices, but if they make the wrong choice then they can not uncheck the radio button. Can anyone tell me how that is done, I have tried finding the answer in Googeling it but with no success.
 
Thanks
 
Gizwaldo

mtavares
Registered: Apr 14 2011
Posts: 25
You have a Reset Button that you can add in you form and it will clean than. So we just have a problem it can clean all other form data.


Manuel Tavares

Gizwaldo
Registered: Oct 31 2010
Posts: 6
Manuel, thanks for your reply, this wont work for me, because I can't have the recipient fill in the whole form and then at the end make a mistake and because of the reset having to refil the form.

Thanks anyway, I will consider this as a last resort.

mtavares
Registered: Apr 14 2011
Posts: 25
So can you programming a script in FormCalc??

Manuel Tavares

Gizwaldo
Registered: Oct 31 2010
Posts: 6
I have done it once but am not so familiar with it but I hope you can help me.

Thanks

Gizwaldo
mtavares
Registered: Apr 14 2011
Posts: 25
I have a solution and i have test it, and it's work but i don't know how explain it for you because i don't know how is you knowledge about scripts in formcalc... if you have any suggestion??


Manuel Tavares

Gizwaldo
Registered: Oct 31 2010
Posts: 6
Manuel, Its okay just give me the solution and I will try and work it out, this way I will also learn.

Gizwaldo
mtavares
Registered: Apr 14 2011
Posts: 25
Ok. Let's go.
You have to add a button in your form and put on button click event the follow code:

esc.rawValue = 0


where "esc" is the name of group of radio buttons.

just simple as you see!!
...may be clear!

Manuel Tavares