Renaming or Replacing a Field name through Action Wizard Jscript (batch process) Acrobat XI Pro
I have a signature field on a form with the name "Signature of Employer or Authorized Person".
For some reason, nothing happens when I run the script like this:
var f = this.getField("Signature of Employer or Authorized Person);
I think it's due to the spaces in between the field name. I can't change the field name through Form Edit mode since I do not own the form.
Is there a way to have this field name changed or replaced with a simpler name like "signature1" via JavaScript?
