hello,
if the email address of a recruiter has several "-" and "." (example :
[email protected]), we can not save the post (because of the pattern in functions.php i think).
I think it's here :
function JB_validate_mail($Email) {
...
$Pattern = "/^([_a-z0-9-]+)(\.[_a-z0-9-]+)*@([a-z0-9-]+)(\.[a-z0-9-]+)*(\.[a-z]{2,})$/siD";
...
Is anybody have the same problem ? ... and have corrected it ?
thank's
chris (Jamit v 3.5.1)