424 results matched your search criteria
Forum topic
OneSpan Sign
Hello Community,
Forum topic
OneSpan Sign
As described in this post https://community.onespan.com/documentation/onespan-sign/guides/sender-guides/user/configuring-recipients we can configure some "personal message" for the Recipient. Just want to know where this "personal message" gets used.
Forum topic
OneSpan Sign
We have the thank you dialog box for signing ceremony disabled for our signers, and it doesn't show up when you finish signing on a desktop. However the thank you messaging still shows when finished signing on a mobile device. Is there a way to hide this on the mobile UI as well?
Forum topic
OneSpan Sign
Hi ALL
We would like to seek help on how we can change the text on the signing URL:
• After a document is eSigned on the portal through a signing ceremony URL, there is a pop-up with “thank you for using the OneSpan”?
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)"))
Forum topic
OneSpan Identity Verification
When I create a transaction (using the https://gs.onespan.cloud/rpoc-saa endpoint) I get back a token as expected.
First off, the token contains an access URL that does not work (it uses the wrong endpoint: https://salesdemo-dealflo.uat.eu1.tid.onespan.cloud).
Forum topic
OneSpan Sign
Hi Team,
I am using REST API.
While creating packages I received following exception.
{
"messageKey": "error.validation.invalidPageLocation",
"message": "Invalid position.
Forum topic
OneSpan Sign
Hi eSignLive,
I have one package with in that had only one document.
Package contains two signers(lets say A,B ) and the document has one signature block of B.
Here is the flow
1.
Forum topic
OneSpan Sign
In our web application we are using an iframe for rendering e-signlive contents for document signing. We chose iframe as part of the solution in order to keep the user within our application.