Tip of the day

Support tickets can be submitted directly from application

Email

Estimated reading: 2 minutes 213 views

Email Validation

Email validation will be performed according to the correct email format including “@” and “.”.

Only one email address is supported here. For example “israeli@cellosign.com”.

Validation limits

Email validation is conformed to RFC 5322 which is basically composed of a string given that it includes “@” and a”.” in specific places, there are no limitations on domains and sub-domain.

In case you require limitation on email addresses, consider using text field and combine with regex.

To do that:

  1. Add text control
  2. Use this regex ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.(com|net)$ to validate an email structure that must include “.com” or “.net” extensions
  3. Customize the error message if needed

Note that by using a text field you will loose email functionality such as “client copy” as described below.

While setting the “Client copy” to ON, a signed copy will be sent to the entered email address.

Field’s equation The controller will verify if the field value meets a condition against other field in the form and it can be case sensitive or not. In case the field with compare with has no value to comparison will not occur. If comparison is required that make sure the field to compare with is required.
Error Message InvalidIf an invalid value is entered, the form will notify the client by default according to the control type, for example “Data is invalid”. Insert an error message that will be displayed instead of the default.
Error if no value enteredIf no value was entered to the field, the form will notify the client by default according to the type of controller, for example “Missing signature”. Insert an error message that will be displayed instead of the default.

When checking conditions on the email type controller, the following options are displayed:

EmptyIf the email controller has no value.
Not EmptyIf there is any value in the email controller.
EqualIf the email controller is exactly equal to the entered value.
ContainsIf the email controller contains the entered value.

Leave a Comment

Share this Doc

Email

Or copy link

CONTENTS