535 results matched your search criteria
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
Is it possible to have an area on a form where the signer can free form draw? We have a form that the signer needs to designate an area of the body - and they are instructed to draw on the body to indicate the issue at hand. Is this possible?
Forum topic
OneSpan Sign
Guys,
Is there a way to create a single label field without having to associate it to a signer/role?
Lets say that I want to create a date label that shows up on a document but not have it tied to any specific signer. Is this possible?
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
When I'm adding a drop list field, I'm getting error: error.validation.field.ListWithInvalidDefaultValue
Here is the code
fieldBuilder = FieldBuilder.DropList();
foreach (OptionValue optionValue in formField.OptionValues)
{
Forum topic
OneSpan Sign
Is it possible to break down the date into Year, Month and Date into 3 different columns using REST APIs?
Forum topic
OneSpan Sign
Guys -
When creating an approval, does the "role" field of that approval have to match the "id" field in the role object for that signer or the "id" field of the signers object in the that role object?
Forum topic
OneSpan Sign
Can we include the custom field inside the Package? If possible please let me know.
Forum topic
OneSpan Sign
We have forms that we need to retrieve the values from but not all fields are required. WHen I use the FieldSummaryService.GetFieldSummary the blank fields are dropped instead of returning "" so no fields are missed. How do I obtain values for all fields even the blank ones. I'm
Forum topic
OneSpan Sign
In the Account Configuration panel there is reference to something called 'imprint fields' but there is no description as to what imprint fields actually are and I cannot find any reference to this configuration in any guides.