535 results matched your search criteria
Forum topic
OneSpan Sign
I think this is an easy one as I think I am misunderstanding something fundamental. How can I make a field editable?
This is populating the value correctly, but I want the signer to have the ability to adjust it:
Forum topic
OneSpan Sign
Is there any way to pre-populate template form fields with external values coming from csv or xml files?
Forum topic
OneSpan Sign
Hi,
I am testing the field_validators_c#.cs code from your website but I am getting an error: {"Could not create a new package. Exception: Unexpected character encountered while parsing value: <. Path '', line 1, position 1."} OneSpanSign.Sdk.OssException
Forum topic
OneSpan Sign
I'd like to upload a PDF with fields such as [Signer1.Fullname1.Textfield1] and require that it be formatted as ###-###-###-### where # can only be a number.
How do I combine these two features - document extraction, and field validation?
Forum topic
OneSpan Sign
We have the need for users to fill out certain text during the signing ceremony - such as Name, Title, Company, etc. In our case, these wouldn't be auto-populated fields. What's the best way to ensure users are navigating to these fields for completion.
Forum topic
OneSpan Sign
In Dynamics CRM, I'm not able to show data from custom entity to the document. I am using conventions for field mapping, but it just shows field name not the data value from Dynamics CRM entity.
In the OneSpan documentation, Account address data is shown in the document.
Forum topic
OneSpan Sign
I'm trying to create a package that has a condition where two fields need to be marked as required if one of two (out of five) radio buttons are selected.
I've tried two ways:
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
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
Hello Onespan,
I am stuck with the issue for a while and decided to post something here.
I am currently using two documents for signing.
One document is in .pdf format and this works fine.