255 results matched your search criteria
Forum topic
OneSpan Sign
Hi
I am using the following regex pattern for validation
\^.{0,5}$
Min len 0 , max len is 5, any character
The text is optional , hence the min is 0
However I am getting a validation error when , the text area is empty.
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
Our api encounter multiple issues when update role emaile.g: [email protected] is considered invalid for onespan apiCould you clarify which type of email validation onespan api does? Beaucase it seems this is a false positive validation
Forum topic
OneSpan Sign
Getting the following error when I try and create packages in my sandbox:
Forum topic
OneSpan Sign
Hi
I created two procedures in the same package which includes REST API. One procedure includes rest api to attach a report say ABC and in 2nd procedure another report XYZ is attached to esign portal.
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
Hi Team,
When we download signed documents from onespansign using REST API, after opening it, we can see validation warning as "At least one signature has problem" (Please refer highlighted section from the attachment).
Forum topic
OneSpan Sign
I'm using same code in demo and in prod, works fine for demo but not in pord. but I'm getting the following error message.
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
Hi,I got "error.validation.vulnerableInput" when update signer with signer's first name as "<cindy>", and it seems this is new error after v11.56, would you please confirm? and what's this error message for? and in which scenario this error will throw? thanks,