534 results matched your search criteria
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.
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
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
I have 5 text fields on my form. Is there a way to make sure the signer (recipient) enters value in at least one of the five textboxes before the signer signs and completes the form?
Forum topic
OneSpan Sign
Hi,
I need a help in the below scenario please revert back to my doubt as soon as possible.
I have a PDF file which as two text field with id {{esl:Signer1:Capture}}.
Forum topic
OneSpan Sign
I am using onespan for sending documents for signing.Is there a way to add custom fields while creating a package? When i am sending the mail for people to sign the document, i make use of fields such as $PACKAGE_NAME and $PACKAGE_OWNER_EMAIL in my html file.
Forum topic
OneSpan Sign
I'm thinking there MIGHT be a bug but wanted to post here before claiming that entirely. I'm using the latest .NET SDK.
Simple example is this:
1 document, 1 signer , 1 signature.
Prior to the signature there are two radio buttons.
Forum topic
OneSpan Sign
Hey there,
I'm building out an application where I have to prepopulate a PDF with values the we either already have or gather from the user.
Forum topic
OneSpan Sign
Guys,
Is it possible to attach an image, via base64 encoding, to a label field? Something similar to how we are able to attach an image to a capture signature by using the handdrawn value?
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!