Minimum length validation
Verifies that the value of a field contains no fewer than the specified number of characters. For example, if the minimum length is set to 4 then a value like dog (three characters) fails validation; a value like monkey (6 characters) passes validation.
The minimum length validation can be used with the following field types:
Updated over 2 years ago