A simple example how to check a tabular form column to be numeric with a max length of 2.
Use a regular expression validation:
Another example in checking only the length (length max 20 character):
Use a regular expression validation:
Another example in checking only the length (length max 20 character):