343 results matched your search criteria
Forum topic
OneSpan Sign
It would be nice if there was a way for the document owner to view (read-only of course) the document exactly as the signer sees it.
Our layout on the document is not visible to us, but is visible to the signer/customer.
Forum topic
OneSpan Sign
1. Is it possible to show user a custom popup after clicking on OPT-OUT button?
I would like to display a popup window with a confirmation to the user, that he is discontinuing the esign ceremony process with OK and Cancel button.
Forum topic
OneSpan Sign
I have a transaction I'm creating in C# based on using at template. The consent agreement and document to be signed are in the template. I can create the transaction from the template no problem, but once it's created i want to update the value of a label field that's in the first doc
Forum topic
OneSpan Sign
Hi OneSpan team.
I'm capturing the sender's signature in my custom UI. And save it via POST call to "user.signature.handdrawn".
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
Hi,
Scenario - existing C# code which has been working perfectly for about 1 year.
Forum topic
OneSpan Sign
Hi,
I want to create empty packages with DRAFT status and one custom attribute (i.e internalID).
DocumentPackage documentPackage = newPackageNamed("TEST_PACKAGE")
.withAttributes(newDocumentPackageAttributes()
.withAttribute("internalID", "123456"
Forum topic
OneSpan Sign
Hello All,
I want to implement OneSpan API in PHP website. Flow is simple. One user uploads the pdf document and another user will sign that document. I am not able to find any concrete SDK on github as well as on Forum.