Bug #8033
Validate email addresses before submit
Start date:
03/08/2015
Due date:
% Done:
0%
Estimated time:
2.00 h
Description
The client (javascript) should validate email addresses supplied by the user before they submit the email because if the address is wrong it fails on the server side destroying the email.
History
#1 Updated by Kyle Hazelwood about 4 years ago
- Status changed from New to Closed
- Target version set to Version 1.0
I do not validate the email addresses on the client side, but if the server balks at the email addresses it will not destroy the email because it is submitted via ajax.