These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Resetting Signature Fields

srprice
Registered: Sep 19 2007
Posts: 138

I have a PDF form used for approvals and disapprovals. If the disapproval box is checked specific fields of data should be reset. This works fine on the text fields however the signature fields are not resetting.

I'm stumped. Can someone please help?

Here is the Javascript code that I am using when they click the disapproval box:

this.resetForm (["Sig_QA"]);
this.resetForm (["Sig_ESD"]);

//Disables Signature Fields on Reset
DisableFormField ("Sig_QA");
DisableFormField ("Sig_ESD");

I tried just putting in a test Reset button using the built in Reset function but it still did not reset those signature blocks.

sarah

srprice
Registered: Sep 19 2007
Posts: 138
I have determined that the fields will reset if person who signed the document is clicking the disapproval button.

This is a big issue. We have multiple people signing this document and it can be disapproved and any level. Is there a way to reset the signature field if it is someone else disapproving.

Hope this makes sense.

Any help would be greatly appreciated.

Thanks,

Sarah