Validate a user sign-up form once the user submits that form. Requirements : The email password and password confirmation fields are all filled in. The email field must have exactly one @ sign in it. The password must be eight or more characters long. The password and the password confirmation field must be the same. if any of these conditions aren't met, you should display an error message. If ..