Verify all email address fields
For ALL emails fields, student details, Parent Details, Emergency Contacts, Staff and TEACHERS:
Verify the validity of email address fields. As a Minimum:
Don't allow commas
Don't allow spaces
Don't allow special characters like !,$,%
Require a @ somewhere in the middle with text before and afterwards
We have a lot of our extracts with vendors crash every year because of bad data entered into any of the email address fields.
![](https://secure.gravatar.com/avatar/086c4275657054321ad537e31f6f6d5d?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
-
Greg Joiner commented
Very easy to implement the code, or at least throw a warning to the user.
Needs to be on ALL student, staff, parent, guardian, family, emergency pickup screens in both systems.
Also needs to be on the parent self-registration web portals
See the sample code at https://www[.]w3resource[.]com/javascript/form/email-validation.php that can be modified to the desired language if needed.