Share this post! | Vote this! |
|
This tutorial will walk you through checking for an e-mail to be valid
as the user is filling out the form without having to reload the page.
Bear in mind, that there is no way to make sure that we get an accurate
working e-mail every time. All we can do is prevent users from using
extremely random ones or for domains that don’t exist. I was working on a
form for a new website that is going to require users to create an
account and was browsing the web to see what people use to validate
e-mails, other than the obvious choice of running it through a reg-ex
(regular expression), and ... more...
0 comments:
Post a Comment