hey everybody!
so, all of our lead forms require that the user enter an email address. the
form is validated and you get an error message if you don't enter an email
address in the email field. however, we got some results today with email
addresses that shouldn't have made it through. one of them had a comma in place
of a period (as far as i know, commas aren't allowed in email addresses), one
didn't have a .com after the @hotmail, and another one didn't have the period
between the domain and net.
i just did a test of one of the forms, and it accepts email addresses as long
as there's an @ with text before and after it. in my opinion, that does not
constitute a valid email address. i know there's no way to make sure the
address is real, but it's important that we get the full email addresses in the
correct format for the people who do put in their real address. some of the
people who receive these form results aren't as web savvy as some of us, and
wouldn't think to replace the comma with a period, or add the .com, and will
assume the address is bad when it's not, therefore possibly losing a valid lead.
so, is there a way to require the email address to be in the full format, i.e.
"name@domain.com," and with no non-email address characters such as commas?
thanks!
-courtney