Configure validations for fields
Configure validations for UI fields like hide, auto-populate, or disable fields depending on the value entered in another field, set fields as mandatory.
On the Form Field details screen, turn ON the on the Validation Required field and navigate to the Manual Validation tab in the Conditional Logic window. Enter the string in the UI Validation field.
Following sections provide you with operators and expressions with syntax for a few examples to build UI validations to suit your requirements.
Operator | Description |
---|---|
EQ | Equal |
NE | Not Equal To |
GT | Greater Than |
LT | Less Than |
LE | Less Than or Equal To |
GE | Greater Than or Equal To |
ADD | Addition |
SUB | Subtraction |
MUL | Multiplication |
DIV | Division |
Validation Description | Syntax |
---|---|
(E) | Error validation |
(W) | Warning validation |
(V) | Value |
(AP) | Auto Populate |
(DAP) | Date Auto populate |
(DI) | Disable |
(DDI) | Date Disable |
(M) | Mandatory |
(RE) | Regular Expression |
(D) | Date Validation |
#R | Operator |
CD | Current Date |
(F) | Formula Validation |
(DC) | Date Calculation |
(TC) | Time Calculation |
(WC) | Week Day Calculation |