1280 results matched your search criteria
Forum topic
OneSpan Sign
Is it possible to download the signed document and evidence summary PDF as a single PDF with the apex SDK? Right now we get each file separately.
Forum topic
OneSpan Sign
Hi,
I am wondering if it is possible gather signer inputs in input fields after signing via the API? We are looking to store text inputs and radio button selections.
Forum topic
OneSpan Sign
I have placed a signing date tag the top of my document. The document essentially reads "this is effective as of {{esl:Signer1:SigningDate}}." When we open the signing ceremony this is blank and just leave a large space in between the words and is leading to confusion.
Forum topic
OneSpan Sign
We have a user that would like to download all signed documents for the past week under his account. Would anyone have a sample code on how to do that?
Thanks,
Forum topic
OneSpan Sign
Hi TeamUser wants to have signing time along with singing date. Team found there is a text tag esl:InsuredSigner1:SigningDate to print signing date. The tag signingdate prints only date and not the time.
Forum topic
OneSpan Sign
We are using SMS authentication along with email notification for access to the signing ceremony.
Generally the experience is that the email is sent, the user clicks the link, the SMS is sent and the user logs in with the PIN.
Some times the SMS is not sent.
Forum topic
OneSpan Sign
In our code, we are using the change signer feature.
.CanChangeSigner()
Once a new signer is assigned, the eSL server generates random signer ID.
How can we get the signerID using .net to get the signing status of this signer.
Please note that we can't use callbacks in our environment
Forum topic
OneSpan Sign
Hello,
We have a workflow, where we need to auto sign and fill a text field, without editing the package.
Is there a way to do this using .NET?
Forum topic
OneSpan Sign
When a Document is signed for a given Signer, in the call back notification, I see following information
"name":"DOCUMENT_SIGNED","sessionUser":"SignerID2","packageId":"XXXXXXXXXXXXXXXXXXXXXXXXX","message":null,"documentId":"Document_ID"
if we see, message is coming as null.
Is it possible to get
Forum topic
OneSpan Sign
When I send a document to be signed, I'd like to auto populate a date field that is 30 days after the signing date. Is this possible with the SDK?