Hi, I'm looking for users to be able to submit their email addresses but I want to validate it before they submit it to a database. Here is the Javascript code I'm trying to do when the submit button is pressed but for some reason it doesn't look like it's working: function validateEmail() { var x =...