Hi, I want to enforce Email address validation in the Sign Up form (besides whether the email address exists or not). The validation should check if the email address format is valid. Also, I added a new field (Zipcode) and want to create validation for it to ensure that the user entered a zipcode in the format 12345 or 12345-6789. How do I implement that? Please let me know. Thanks! Miguel