15 results matched your search criteria
Forum topic
OneSpan Sign
Scenario: We have a two-page PDF where OneSpan form is programmatically created using Java SDK. We have a text field on both pages that are identical. We would like for the field on the second page to be automatically populated with the value the user inputs on the first page.
Forum topic
OneSpan Sign
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
OneSpan Sign
I am using this for employment application. There are several pages on it that I need to have their name printed on it. Is there a way to duplicate data entered in first textbox into another textbox further down? (i.e. First Name, Last Name.)
Forum topic
OneSpan Sign
Hi ,
Is it possible to add below controls like textbox in PDF file ?
- Check box
- Date picker or mask textbox
- Radio button
Thanks in adv.
Forum topic
OneSpan Sign
I created a template using the Web UI, where i added a "Signer1" placeholder along with some textboxes and checkboxes. I created a package from this template using this guide:
Forum topic
OneSpan Sign
I'm getting some unexpected behavior with checkbox validation.
Forum topic
OneSpan Sign
Hi,
Is it possible to add TextArea like textbox like below way ?
{{esl:signer1:textfield:size(150,20)}}
Thanks in adv.
Forum topic
OneSpan Sign
I have 5 text fields on my form. Is there a way to make sure the signer (recipient) enters value in at least one of the five textboxes before the signer signs and completes the form?
Forum topic
OneSpan Sign
Guys,
If we have a document with three pages and each page has the same textbox input on it, is there a way to set the value in the first one and then have it propagate down to the other 2 pages?