351 results matched your search criteria
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
Team,
I want to load two signing sessions for two users on the same browser. I have two silanis live urls (https://sandbox.esignlive.com/access?sessionToken=user1SessionToken and https://sandbox.esignlive.com/access?sessionToken=user2SessionToken) and opened in two tabs of the chrome browser.
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
When I send a document for completion and signature, they are seeing the colorful blue box directing them to sign the document but are overlooking the text boxes that also need to be completed in the same document.
Forum topic
OneSpan Sign
Hi Team,
Our applicaiton uses the esign iframe to load the signing package and to capture the signature within our site.
We are seeing the below error in Safari browsers whenever the application tries to load the esign iframe. Can you please take a look at the error attached.
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,
I want to upload customized default consent form for every package, and my account already removed the 'default consent' form. when I tried to upload the form as document id as 'default-consent', this form always in document index 1 instead of index 0 as expected. any idea?
Forum topic
OneSpan Sign
Hi
After creating a transaction in onespan sign using REST API, user is getting the below error while signing the document :
The selected document('s) could not be uploaded. The document('s) might be corrupted or locked.
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.