535 results matched your search criteria
Forum topic
OneSpan Sign
FieldStyle has static types for BOUND_COMPANY, BOUND_NAME, and BOUND_DATE, but these values do not appear in the values returned by FieldStyle.values(). I would like to look up the FieldStyle like FieldStyle.valueOf(SOME_NAME) but the call fails for the 'BOUND' types.
Forum topic
OneSpan Sign
Hello,
What is the value I will use to inject the text for a radio button inside a document in esignlive.
Thanks,
Nehme
Forum topic
OneSpan Sign
Hi,
We are currently using the UI to create the package, inject the fields, then use the Java SDK API to download the documents. I found this below which retrieves a list of field values at the package level. But we are looking in a way to retrieve the fields by documents. Â&nbs
Forum topic
OneSpan Sign
Hi team,
There's no working example for list field in this guide:
https://developer.esignlive.com/guides/feature-guides/fields/
Can we add some supplementary information regarding this to this guide?
Thanks!
Forum topic
OneSpan Sign
Can you please point me or give me example of json needs to be added to add signing date in a document (Using REST API)
Forum topic
OneSpan Sign
Is there documentation on populating a template before signing when you are creating the transaction from a template? I only see documentation that is uploading a file from a PC rather than using a template that is already created.
Forum topic
OneSpan Sign
We are running into an issue where we have a SSN field that we need the signer to fill out, and want validation on it. I have set the Format to the SSN setting in my PDF and it works as designed. However once we upload and send out that as a OneSpan document we are losing that functionality.
Forum topic
OneSpan Sign
Hi,
I understand additional fields can be put in the CSV for bulk send to populate custom data into a transaction by adding extra columns that map to fields in the template. Is there a limitation on the number of fields for each row in the CSV?
Forum topic
OneSpan Sign
Is there any way to control the tab order of fields on a form so that the signer will follow a specified order when tabbing through the form fields? As things are now, this seems to be rather random.
Forum topic
OneSpan Sign
Hello,
I am trying to implement a document with some fields that forces each character to occupie a specific space. The only way I was able to do it right now was creating multiple 1 character textbox for each space but its far from Ideal.