➔ Element Validations Tab

You can create rules for the info that will be entered to your form elements.

With these rules, it is no going to be possible to submit form before the entered-selected contents are validated.

Validation option for each element might be different. You arrange more than one Validation for an element. Please don’t forget that all the rules must be fit at the same time for more than one validation.

Only Letters (Alpha)

Only letters are allowed. Numerics and special characters are not approved. Besides, you can also control the spaces. If you select Allow Whitespace, you can enter space value. You can put the element value in the error message with Input Value {value}.

Letters and Digits (Alphanumeric)

Letters and numerics are allowed. Special character are not accepted. Besides, you can also control the spaces. If you select Allow Whitespace, you can enter space value. You can put the element value in the error message with Input Value {value}.

Only Digits (Numeric)

Only numerics are allowed. Decimal digits, letters and special chracters are not allowed. Besides, you can also control the spaces. If you select Allow Whitespace, you can enter space value. You can put the element value in the error message with Input Value {value}.

Email

Only emails are allowed. You can put the element value in the error message with Input Value {value}.

Domain

Only domain is allowed. (It doesn’t have to be www). You can put the element value in the error message with Input Value {value}.

Greater Than

Only numerics are allowed and the inputs, which are equal to or greater than this number, are allowed. You can put the element value in the error message with Input Value {value}.

Less Than

Only numerics are allowed and the inputs, which are equal to or less than this number, are allowed. You can put the element value in the error message with Input Value {value}.

In List

Only values you entered to this rule are accepted. You can put the element value in the error message with Input Value {value}.

Regex

You can put the element value in the error message with Input Value {value}.

Ip Address

Only IP address is accepted. You can put the element value in the error message with Input Value {value}.

Credit Card

Only credit card info is accepted. You can put the element value in the error message with Input Value {value}.

Date

Only the selected date format is allowed. You can put the element value in the error message with Input Value {value}.

Last updated