ahahto2007-10-07 12:55 | How I can do simply email address verify that it is typed correctly ? Is it possibly that customer should write email address twice and then it is checked ? I have lot of orders where email address is typed incorrectly. » Quick.Cart v2.x |
treewood (OpenSolution)2007-10-08 17:26 | ahahto - You can check that domain from this email exists and works but it is not best way. Another way is send verify link on client email to check order. Problem is that it will not give 100% guarantee that Your client will get email :/ |
ahahto2007-10-08 19:59 | But is it possible that customer should write email address twice and then QC check that both of them are writed same way ? |
idaryl2007-10-08 21:58 | You may want to implement this into your checkform.js - Ideally the OpenSource guys really should implement a feature like this to make the form a little more robust (suggestion nly guys ;-) |
idaryl2007-10-08 22:00 | oh and have it set to work using the onChange in the <input type="text" name="sSender" /> rather than on submit....... |
idaryl2007-10-11 03:35 | get it to work? |
ahahto2007-10-16 19:50 | This script will check that email format is correct, example user@domain.com. I need verification that customer was writed email address correctly. Example customer email address is name@hotmail.com, but they write name@otmail.com. |
anjo2007-10-16 20:20 | idaryl what i have done in my cart was to create another compulsory email field so that customer has to type email address twice. |
ahahto2007-10-16 20:42 | Ok, where you add this check ? |