Answered
Hi all
I have two questions and hope someone can help me out.
QUESTION 1:
Is it possible to have two forms inside one PDF by some kind of hide function?
By that I mean one form is only visible at a time.
For example, you have two radio buttons:
O RadioA O RadioB
By selecting RadioA, a FORM A will appear, and by selecting RadioB, FORMB will appear.
Is this possible..?
QUESTION 2:
Is it possible to change the entries in a dropdown-box based on what radio button you select?
For example:
O RAD1 O RAD2
If you select RAD1, the dropdown-box will display: A, B, C
And if you select RAD2, the dropdown-box will display: F, G
The way to do it is like so: Let's say both radio buttons are called "Radio1" and the value of the first is "A" and of the second is "B". For each of them you add a MouseUp action that executes this JS code:
onChangeRadio1()
Now, you create a doc-level script with this general structure:
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com