Exercise: Adding validation to an email field

Opened: Friday, 28 June 2024, 8:00 AM
Due: Friday, 5 July 2024, 8:00 AM

See the DWCTraining/07_ControlValiation/Exercise-BuiltInValidation.bbj program for the exercise source code.

This exercise builds on the example program that demonstrates built-in client-side validation combined with form-level validation.

Exercise Goals:

1) Add more validation so that the Email field is a required field.

2) Add a pattern validation to the Email field using the provided regex.  See the code for an example of a regular expression that validates an email address.