49 results matched your search criteria
Forum topic
In the documentation for Document Extraction, it explains that a Textfield or Checkbox must be completed before a Signer can sign a package:
Before signing, Agent1 must complete two fields:
1
[Agent1.Fullname1.Textfield1]
2
Forum topic
Hello,
I am mapping TextFields in the pdf and I would like to show these fields with the content in it when the SDK pops. Currently, I have some text in the textfields but I can't see it.
Forum topic
Hi Duo,
As discussed, could you please provide the codeshare / snippet to mark a text field manadtory?
Below is the client's requirement:
if we add into the document a text field which the signer has to fill out, can we make that mandatory and can we request that this field is filled out only be s
Forum topic
Hello,
We have integrated our salesforce application with onespan using APEX SDK for our signature use cases.
During our signature request, we need user to input their tax number, for that we are passing following expression which works fine:
{{*esl_TaxNumber:Signer1:textfield:value("")}}
But, w
Forum topic
Hi,
We need to send a document to one or more signers and then sign as a company (we are the last signer). Also, we need to write some info in the document at that moment.
Forum topic
What is the recommended way to update a package to use the new filled document?
Forum topic
Hi there. I'm trying to make a textfield required. I see that I can do this when I'm about to send a transaction (see screenshot).
Forum topic
Hi,
Inside my one document, If I put only below tags it's working fine.
{{esl:signer1:list:options("Ja", "Nee")}} {{esl:signer2:list:options("Ja", "Nee")}}
But if I put other tag for textbox then I am facing below error :
{"messageKey":"error.validation.texttag.propertiesFormatError","parameters":
Forum topic
I have a form which I'm using document extraction to pull in fields from, and some of the pieces need to be entered at the signing ceremony. Is it possible to mask some of those fields as they are considered PPI? I'll read them on the backend securely, but don't want them showing up in plain t
Forum topic
We are implementing Conditional fields. I am starting by trying to get our existing text tag to use the fieldName. From the documentation, I see this syntax {{esl_SignerAutograph:signer1:Signature}} .