Hello Everyone
Anyone know how to set password or protect specific fields in the form.
For example:
If i've an appraisal form and it's contains deferent fields some of them for an employees and other for Supervisors. So i want to distribute the form to our staff. But i don't want employees can write on the Supervisor field and if they try that the acrobat asked them a password.
Hope some one can help me ASAP.
Sincerely,,
if (event.value!="") {
resp = app.response("Enter the password:");
if (resp==null || resp!="123") event.target.value="";
}
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com