I've created a pdf form in Acrobat Pro that is fillable AND saveable by user by saving-as with extended rights. The javascript that works in Acrobat to write the form-field to a document-property works in Acrobat, but not Reader - security violation. How do I do this?
I have a javscript in the field, such as:
function writeToProperty() {
var fld = this.getField("dswf_clientName");
this.info.kcms_clientName = fld.value;
}
writeToProperty(); // call my function
This worked in Acrobat Pro, but not in Reader. This form has extended rights turned on so the form is saveable by end user in Reader.
Thanks
North America
Europe, Middle East and Africa
Asia Pacific