353 results matched your search criteria
Forum topic
OneSpan Sign
We are moving over to New Signer Experience. We are using Java SDK to add validation to fields like this:
.withValidation(FieldValidatorBuilder.regex("^\\d{2}/\\d{4}$").required().withErrorMessage("Please enter a valid retirement date (MM/YYYY)"))
Forum topic
OneSpan Sign
Hi, just a quick question about creating input fields using text tags.
I've noticed that after adding any fields to a document with text tags they are all become associated with the first signature for that signer, is there a way to assign specific input fields to specific signature boxes using the
Forum topic
OneSpan Sign
Hi,
I am using the sample code for creating a transaction but getting an error -
Forum topic
OneSpan Sign
Hi,
I am unable to create a package with the JAVA sdk for the attached document. I am getting an eslServerException with a technical message ' error.eslx.inputValidation.documentPreverifyError'.
Forum topic
OneSpan Sign
Dear all,
As you can see from the screenshot attached, normally next to the radio buttons we have the text “Agreeâ€, “I don’t Agreeâ€, which seem to be covered(hidden) by the placeholder markup code in the produced document in the Signing Ceremony.
The markup I am using to add the radio but
Forum topic
OneSpan Sign
We’ve seen an error a few times in the past week or so (screenshot attached.) During signing, after clicking Confirm on one doc we get a server error as below. We have to close the modal and restart signing, which picks us up at the document we were meant to go to next but I’m u
Forum topic
OneSpan Sign
Good day!
Requirement: Need to retrieve the name of all available layout
Steps taken: we are using the GET/api/layout and providing the type as TEMPLATE
Forum topic
OneSpan Sign
Hi Team,
I have attached list of files which I have downloaded through APIs, but it seems that some of the files doesn't have any metadata files.
Now I have only the name of the documents, I don't have package id, and I need few information that is only available in metadata.
Forum topic
OneSpan Sign
Using create package API, Along with creating package, can we use also use data field to store some data.
This field value we use in when retrieve the package.
Forum topic
OneSpan Sign
We are in process of changing SDK to REST in our project
Need help mapping the SDK methods to REST, In SDK add document we have SignatureFields, Signature Editable fields, Initial Fields and AcceptanceFields?