Re: Auto correction of typos
- From: shlomif@xxxxxxxxxxx (Shlomi Fish)
- Date: Sat, 5 Mar 2011 10:39:52 +0200
Hi Ramprasad,
On Saturday 05 Mar 2011 08:53:49 Ramprasad Prasad wrote:
I have a web form where people sign up for updates by filling in their
email address
A lot of users end up not receiving the confirmation mailer because of
typos in the email id
Like yhaoo.com or hotmaill.com
I would like to prompt the user for a possible typo , like the google "Did
you mean this ? "
What is the best module I can use for suggestion
Well, you can try doing a DNS lookup but naturally, it's possible some people
have registered an MX address for "yhaoo.com" or "hotmaill.com", due to
phishing or as a parody, or because of a different reason. If you want to find
out if an email address exists in the remote host, I think you'll need to
initiate an SMTP connection.
Note that I suggest you allow the user to login again and to later on change
the password. Moreover, many modern browsers, will auto-fill a field based on
the name="...." attribute so you should set it to name="email".
Regards,
Shlomi Fish
--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
Stop Using MSIE - http://www.shlomifish.org/no-ie/
Nobody expects the Randal Schwartz condition!
-- David Fetter
Please reply to list if it's a mailing list post - http://shlom.in/reply .
.
- References:
- Auto correction of typos
- From: Ramprasad Prasad
- Auto correction of typos
- Prev by Date: Auto correction of typos
- Next by Date: Fwd: Re: Auto correction of typos
- Previous by thread: Auto correction of typos
- Next by thread: Re: Auto correction of typos
- Index(es):
Relevant Pages
|