What code do I need to modify to create a new custom field with custom validation.
Lets start with something simple:
INPUT TYPE = Text
MIN_SIZE = 5
MAX_SIZE = 5
NUMBERS ONLY
VALUE IS STORED AS TYPE STRING
FIELD IS REQUIRED
(ps. I noticed a couple of other posts similar to this, however, this is a very different subject matter in the fact I am not attempting to customize the style of the field, only to create a new field type to show up on the Edit Form page)