Email confirmation field in a form

T

Tricia

I have a form set up to allow users to input their email
address. However, if the user inputs an incorrect email
address, we cannot return their email. How can i fix
this? I'd like a confirmation box for the email.
 
S

Stefan B Rusynko

All you can do is confirm they re-enter the same thing (invalid address) using JavaScript unless you want to use one of the services
that sends them an email before the form submits to verify it is real




| I have a form set up to allow users to input their email
| address. However, if the user inputs an incorrect email
| address, we cannot return their email. How can i fix
| this? I'd like a confirmation box for the email.
 
Top