140 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
Is there a way to add some customization to the email that comes from eSign live to notify people that they need to sign a package?
Forum topic
OneSpan Sign
So far we love the new designer ui, and realize the signer ui hasn't yet changed. I would like to see fields like the signer title, company and email be editable.
Forum topic
OneSpan Sign
Trying to follow the example here: https://www.onespan.com/blog/onespan-sign-developer-multiple-signers-sharing-same-email
But I am getting the exception below when I add a second signer with:
Forum topic
OneSpan Sign
Specifically the check-box that ensures automatic email delivery of final signed docs.
This is over-written each time to a default un-checked setting, which adds an extra step to the package creation process for user-driven signing.
Forum topic
OneSpan Sign
Is it possible to create 2 optional signature blocks in a document that are intended for 'additional signers' that have not been defined as a signer in the package?
Forum topic
OneSpan Sign
Hi, i'm gettin this error message "OneSpanSign.Sdk.OssException: 'No Role found for signer email ", creating a package, this is the code that i'm using, thanks for the help.
Forum topic
OneSpan Sign
I attempting to create a document that has one signer by email, and 2 signing groups (lets name them Group1 and Group2)
The document has EXTRACTION enabled.
Forum topic
OneSpan Sign
Hello, We have integrated our salesforce application with onespan using APEX SDK for our e-signature use cases.
We want to add personal message to individual signers of the package. Could you please let me know which APEX SDK method we should use to do the same?
Forum topic
OneSpan Sign
When I open document in designer mode to add fields, My name (account holder name) is listed in signers select box. But I don't want my name in default.
Is there any way to hide my name (Account holder name) from signers list,
I am using MEAN and opening document in iframe.
Forum topic
OneSpan Sign
We are moving over to New Signer Experience. We are using Java SDK to add validation to fields like this:
.withValidation(FieldValidatorBuilder.regex("^\\d{2}/\\d{4}$").required().withErrorMessage("Please enter a valid retirement date (MM/YYYY)"))