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
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