535 results matched your search criteria
Forum topic
OneSpan Sign
Hi
Can we set a CAPTURE field to optional?
If so can you send me a link to the latest object docs.
This is latest one that I can find.
http://docs.e-signlive.com/10.0/schema/index.html#package
Regards
Mario
Forum topic
OneSpan Sign
So I was able to create a package, with a field which is placed on the first page.
How can I say that the field needs to be on every page?, or only on the last page, keeping in mind that I don't know in front how many pages the file contains ?
Forum topic
OneSpan Sign
Simple scenario: Document with two fields. First field is the Signature (capture) and second field is the Title that must be entered by the signatory.
Forum topic
OneSpan Sign
When documents are signed via the application they are uploaded for storage, however some of the generic documents don't have a customer ID available. Is there a way for the sender to be able to apply the customers ID onto specific forms as well include the customers ID within the evidence
Forum topic
OneSpan Sign
Hello,
I inject a CheckBox with 'X', while signing, getting this message 'Form is inComplete'.
Please provide help about this issue.
Thanks
Forum topic
OneSpan Sign
Can we include the custom field inside the Package? If possible please let me know.
Forum topic
OneSpan Sign
Hi team,
There's a guide named Field Values from your Feature Guides where I've found a function in SDK to get all field values in one shot:
eslClient.getFieldValues( packageId )
My question is, is there an endpoint URL for the same function in REST?
Forum topic
OneSpan Sign
Hi team,
We have a requirement to include Parentheses in Field Validator, for example, I want signer to input "Neder Over Heembeek (Bru.)" in a textfield.
Currently, we set it this way: "pattern" : "^Neder Over Heembeek (Bru.)\\s?$" and it doesn't work.
Please help me with this!
Forum topic
OneSpan Sign
Hello,
Does anyone happen to have the sample code to update field values in bulk?