80 results matched your search criteria
Forum topic
OneSpan Sign
It would be a great feature to allow a signer to sign once for all fields they have to sign for in a document, rather than having them sign multiple times. For example, a parent who is the payer and has to sign for their child.
Forum topic
OneSpan Sign
We are exploring a solution to display signature blocks utilizing the Apex SDK based on the Signer’s time zone.
Forum topic
OneSpan Sign
I'm currently using Java SDK to create a package:
<dependency>
<groupId>com.silanis.esl</groupId>
<artifactId>sdk</artifactId>
<version>11.38</version>
</dependency>
Forum topic
OneSpan Sign
Hi,
Currently we are getting the error when we sent the same Package ID where signer Opt Out and reinitiating the Signature.
Please confirm whether this will accept the request or not.
Thanks,
Allanki
Forum topic
OneSpan Sign
Hi there,
Please see the link below.
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/signer-management
Forum topic
OneSpan Sign
Good Afternoon,
i am currently in the process of updating one of our Applications to include ADA functionality. This application is pointed at the cloud implementation.
Forum topic
OneSpan Sign
I would like to know how to record or archive the signer’s name into the "Other" column of the audit trail for each signing action completed.
Forum topic
OneSpan Sign
Hello,
We are using the .NET SDK to setup transactions with documents containing only signature fields. We are using Text Tag extraction as our signature locator and I attached the code we are using to do this.