I'm actually trying to decide if I want to upgrade to Acrobat X Pro, and was wondering if it can do what I want. (I have 8 Standard right now)
I have a large number of related forms, and it's a situation (kind of like doing taxes) where if you check "yes" on a question on the main form, then you should also fill out Form B. Another question might require Form F.
1) I want to be able to write some script where if the person filling out the form checks a box, it opens the related form in the background.
2) I want the subsidiary forms to pre-fill the person's info (name, address) based on what's filled in on the main form.
3) Can I set it up in a way that it can be used by a person using Adobe Reader X (not Acrobat Pro).
I would appreciate any information, including hints as to what part of the program I would use to implement those functions. Thank you.
Basically, this is an exercise in JavaScript programming for Acrobat. And it should work in Reader, at least the form opening and filling bit. But if you want the user to be able to save the forms with Reader you'll need to enable them with Forms Rights, which restricts the forms to 500 uses.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script