1274 results matched your search criteria
Forum topic
OneSpan Sign
One of your competitors offers something they call a 'document markup feature' that allows signers to make changes to documents and negotiate changes during the signing process. Does OneSpan have any feature like this currently or is it on the roadmap?
Forum topic
OneSpan Sign
Currently, we offer our customers a separate download service for signed-documents and evidence summary.
Customers, however, want to receive a download to the Electronic Disclosure and Signature Consent.
Forum topic
OneSpan Sign
Hello,
We are trying to determine which signatures have been signed with the following method:
eslClient.getApprovalService().getAllSignableSignatures(documentPackage, documentId, signerId)
however we get the following error:
Optional details: {"code":403,"messageKey":"error.forbid
Forum topic
OneSpan Sign
Hi,
I'm finding the language settings to be quite confusing and don't see a thorough guide explaining it. Here are some questions I have. If there is a guide, please point me in the right direction, else I'll need some help to understand the following.
Forum topic
OneSpan Sign
Hello,
We have integrated our salesforce application with onespan using APEX SDK for our signature use cases. We have setup below usecase which is working fine.
1. Sent e-signature request to John smith (only one signer on the package).
2. John Smith signs the document.
3.
Forum topic
OneSpan Sign
I am trying to update an exciting package that is already on draft mode. especially roles on that package.
Forum topic
OneSpan Sign
Hi Duo,
Hope you are doing well!
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
We have users that have changed their name which results in a change to their email address that impacts their account with OneSpan. What has been the best practice there, as we have single sign-on, once the user have changed their name, it will take time again to go back and it is just a m
Forum topic
OneSpan Sign
Hi!
I am having trouble when placing the signature tab location. Here is my code
Signature signHere = SignatureBuilder
.SignatureFor(signer.Email)
.OnPage(Convert.ToInt32(pageNumber) - 1)
.AtPosition(45, 424)
.Build();
As you can see , I specify 424 for the Y axis.