Answered
I have a client who wants me to create a form such that when a user answers a question by clicking the "Yes" button/checkbox or the "No" button/checkbox, the word YES or NO will appear in a text field. There would be a series of questions and they would wind up with a bunch of yes-es or nos. I don't need to add up how many yes-es or nos there are.
1) can I do that with Acrobat Pro?
2) If so, what properties do I set for the button/checkbox to make that happen?
Thanks in advance, Amy Wheeler
If you use one check box, then you can set the 'value' for the checked value to 'Yes' and your text field will need a custom calculation script in the text field. The simplest script could be:
The above code should be changed for the name of the 'Check Box' and the code will also work with 'Yes' and 'No' check boxes or radio buttons.
George Kaiser