353 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I am using the sample code for creating a transaction but getting an error -
Forum topic
OneSpan Sign
Using create package API, Along with creating package, can we use also use data field to store some data.
This field value we use in when retrieve the package.
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 Sign
There are times where we want to merge the signing date but do not just want the tag to result in a blank space in the document. Docusign and other e-signature providers will pre-populate the current date when the signing ceremony is opened.
Forum topic
OneSpan Sign
On Onespan portal when we open any transaction, We can see email id of the recipients but we cant see mobile number of the recipients. We want to know if there is any option to see the mobile number. We wanted to ensure if the mobile number was entered correctly by users.
Forum topic
OneSpan Sign
For testing I have minimized the attached PDF to just have one field, a single pre-labeled signature.
Forum topic
OneSpan Sign
Hi,
Does anyone know if it's possible, given a PackageID, to trigger a reminder email so that all the signers are reminded to sign ?
Forum topic
OneSpan Sign
Is there a way to generate a download link for the documents on onespan?
We would like to house the link on an internal website.
I am aware of the REST call to download docs..
Forum topic
OneSpan Sign
Hi
I am using the following regex pattern for validation
\^.{0,5}$
Min len 0 , max len is 5, any character
The text is optional , hence the min is 0
However I am getting a validation error when , the text area is empty.