-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
On the contact.html page, if a user presses the submit button without filling out all of the fields, an e-mail is still sent to the LearnSQL Gmail address. Initially an error is displayed which acknowledges that the required textboxes are blank, but after a few seconds, the e-mail sends. The body of this e-mail has undefined values for the full name, e-mail and message. Additional error checking should be implemented to make sure an e-mail is only sent when the required textboxes contain valid information.