Does anyone have any examples they can provide on how to add additional validation to form fields for DT Register? Specifically I am wanting the following:
1) Phone number in a particular format
2) Field that only accepts numeric entries and for a certain length
3) A way to make sure all text is entered in a capitalized format
The answer is yes... but I don't really know the details. DTRegister uses JQuery so I had a developer find the field IDs and insert JQuery code for the validations. As soon as I see the developer again I will ask for specifics.