533 results matched your search criteria
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
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
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
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
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
I have certain templates that I have to list the client's email and phone. I know that the FIELDS has some of the signer's info like Signer Name, Title, and Company, but can you also add Signer Email and Signer Phone?
Forum topic
OneSpan Sign
Hi,
I was reading thru the injecting field values on this link https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/injecting-field-values?origin=developeresignlive.
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