259 results matched your search criteria
Forum topic
OneSpan Sign
Hi ,
I have created package and adding document from Salesforce. The document is in Spanish language.
Forum topic
OneSpan Sign
I'd like to do validation on a group of radio buttons to just check to see if one has been chosen. If none are chosen then validation kicks in. Is there sample code for this?
Forum topic
OneSpan Sign
We are moving over to New Signer Experience. We are using Java SDK to add validation to fields like this:
.withValidation(FieldValidatorBuilder.regex("^\\d{2}/\\d{4}$").required().withErrorMessage("Please enter a valid retirement date (MM/YYYY)"))
Forum topic
OneSpan Sign
Code:
.withValidation(FieldValidatorBuilder.regex("^\\d{2}/\\d{4}$").required().withErrorMessage("Please enter a valid retirement date (MM/YYYY)"))
Forum topic
OneSpan Sign
Valid sender requires both a first name and a last name, but what about when the sender is a company or only has one name. There is no ability to leave one blank.
In the OneSpan UI, first name and last name are both required fields.
Forum topic
OneSpan Sign
I keep getting this message "Signed and all signatures valid.
Forum topic
OneSpan Sign
I'm using text tag extraction to place a required text field like this:
{{*esl:signer1:textfield}}
Forum topic
OneSpan Sign
Is there a way to use Silanis SDK to validate the signer's email address prior to actually creating the package? The email validation of the SDK during package creation seems stricter than usual email RegEx validations, and recognizes only a set of valid top-level domains.
Forum topic
OneSpan Sign
Hi Team,
Received callback event 'EMAIL_BOUNCE' for domain 'fgtb.be'. but BP is claiming that it is a valid customer email id, Are there any restrictions on some domains?
is there any way to validate the email id?
Forum topic
OneSpan Sign
I am using Apex SDK for one of our project in Salesforce and it does work while uploading document binaries. However, randomly on certain times it creates a validation error. This error has something to do with emails because by changing email address this error goes away.