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