I've been told that there is no "official" way to have a particular field(s) password protected within a form - but that you can mimic something similar using scripts instead.
Does anyone know/can post a script that would allow particular fields within a form to be unaccessable by anyone without a password to activate the field? I've received a few samples on doing this in the Click Event of Designer, but those samples haven't been helpful.
Again, when you click the field, it initiates a "password" (or prompt box) that a person must enter into to activate the field. Any suggestions would be GREATLY appreciated!!
To display a popup Box for entering passwords you could use either custom dialog, which requires some work and JavaScript expertise, or the much simpler "response" box from Acrobat JavaScript.
app.response(...);
You'll find info on the response box in the Acrobat JavaScript Reference.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script