What is an Accept Signature
Monday, September 24, 2018 at 05:00amHi
The post below refers to some terms that I need some clarification
https://developer.esignlive.com/forums/topic/archiving-package-with-diferent-sigantures-types-throws-sdk-eslexception/
Post by harris on DECEMBER 19, 2016 AT 10:07 AM says
you can’t set an acceptance signature and a click-to-sign/capture signature on the same document.
What is an acceptance signature ?
Is there an article online explaining the signatures?
The post also refers to – “hidden†signature,
Why would I need a hidden signature.
How do I create a hidden signature using REST
Thanks
Mario
Reply to: What is an Accept Signature
Monday, September 24, 2018 at 08:37amSignatureBuilder.acceptanceFor("[email protected]")
function. And when developing, please make sure acceptance signature styles and other signature styles are not used together in one document. As per the "hidden" signature with size of (0,0), it's a workaround for the scenario when you want partial of your signer have signatures while others only need to accept the document.(maybe they don't want these signer's signature/initials on the document) So what will happen to these signers during their signing ceremony is, they can only see the click-to-sign box on the document and after confirm the approval, it won't show up as the size is 0. If you programmatically call functions to sign for your signer, the result looks like what we described. But still, this is not a recommended workflow OneSpan Sign suggest to use. Hope this could help you! Duo