CodeCharge StudioThis action is usually used in conjunction with input fields and serves to ensure that the value entered in a field is at least a specified number of characters long. This action can be placed in many places including the On Click event of a button in the form or the On Change event of the field being validated.
The following are the properties that need to be configured for the action.
| Property | Description |
|---|---|
| Control Name | Name of the control to be validated. |
| Minimum Length | Minimum allowable length of input in the control. |
| Error Message | Error message to be displayed if the input is less than the minimum length. |