919 results matched your search criteria
Forum topic
OneSpan Sign
Hello!
I'm trying to add extra fields to a transaction through the REST API but I can't get the extra fields to show up.
So far I managed to add a free text field at the time of signing, but I can't get it to show the initials of the signer or the date of signing.
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
I'm using text tag extraction to place a required text field like this:
{{*esl:signer1:textfield}}
Forum topic
OneSpan Sign
I didn't find the request that will return anchor coordinates. Is there any possibility to do it?
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.
Forum topic
OneSpan Sign
What happens when the server that is setup to receive callbacks isn't available due to a network issue or an issue with the server itself. Are any attempts made to retry the notification.
Forum topic
OneSpan Sign
We would like to have multiple senders creating and sending transaction.
Forum topic
OneSpan Sign
I have been using a form field anchor [Signer1.Fullname1] to identify where a signature field is supposed to go when sent through the API. However, most of the documents we create in our system are done so using fpdf, so there will not be any form fields to name.
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 ?