Quantcast
Channel: WordPress.org Forums » [WooCommerce Email Validation] Support
Viewing all articles
Browse latest Browse all 30

Match two email address in real time

$
0
0

Replies: 3

Have you thought about verifying the two email fields in real time? Something along the lines of:


if($("#author_email").val() != $("#author_confirm_email").val())
{
alert("emails don't match, sucka");
}

I would love to hear what your thoughts are on this!


Viewing all articles
Browse latest Browse all 30

Trending Articles