Text Estimated reading: 2 minutes 295 views Types and Validation Mask Select a data entry format from the list. In this option, the controller will allow data entry only in the format selected for the controller. Starts withEnds with Contain The controller will verify that the value entered corresponds to the settings entered and will display an error message if it was not entered correctly. Switch All characters Include Hebrew and Latin characters, numbers, and punctuation characters like space, dash, commas, underscore, middle dash. Choose specific options to exclude irrelevant characters. Switch Hebrew letters Allow Hebrew characters plus: Single quote (“‘”), Double quote(“””), Slash (“\”), Space (” “), Underscore:(“_”), Hyphen (“-“) Switch Latin letters Allow English characters A-Z and a-z plus: Single quote (“‘”), Double quote(“””), Slash (“\”), Space (” “), Underscore:(“_”), Hyphen (“-“) Switch Numbers Allow only digits. Min lengthMax length The controller will verify the minimum and maximum length in the field integrity check. Field’s equation The controller will verify if the field value meets a condition against other text fields 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. Validate bank account number When set to ON the controller will verify the bank account number added to the field.Need to set Bank code and Branch code fields in order to perform the validation. Bank code Select the bank code field for the bank account validation. Branch code Select the branch code field for the bank account validation. Error Message Invalid If 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 entered If 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. Conditional permissions When checking conditions on a text type controller, the following options are displayed: Empty If the text controller has no value. Not Empty If there is any value in the controller. Equal If the text controller is exactly equal to the entered value. Contains If the text controller contains the entered value. Text - Previous Email Next - Text Number