Hi All. I have a signature field that I wish to use as an implicit "approval" indicator if signed.
That is, if signed, my workflow would generate an accept email. If not signed, a rejection email will be sent.
I am trying to determine via Java Script during the submit action if my signature field is signed so as to assign "Accept" or "Reject" to a hidden text field. This text field is then part of my form data that the remainder of the workflow can use to decide the accept vs reject email.
The problem is that while the JS guides for Acrobat discuss things like signatureInfo() methods and such for signature fields, XFA signature fields do not seem to have these methods.
So maybe I cannot use this approach. But then my general question is simply: in a workflow, how can I tell if my signature field was signed at all? Is there a QPAC, some appropriate java script, whatever?
Stumped,
Ray Blaak