I see there are submit filters, which is the job manager method to evaluate input fields and make sure they fall within a certain arithmetic range.
I would like to do regex-based input validation so I know applicants are correctly submitting their email and telephone numbers in a valid format.
Is this possible?