Hi There, How do I check if a digital signature field has a signature
without having to call validation, for example signatureValidation()?
Issue - I have a script that hides some text in PreSign event and if the
user clicks cancel during the singing process, I want to undo the
hiding. The idea is to have a script in the PostSign event to check if
the signature exists and then undo. I'm trying to avoid calling
signatureValidation() and invoke a send validation if the signature
validation already...