You are here: Home
Support site for Tips and Tricks HQ premium products
Since seeing this I have updated to v6.9.4 as instructed by another posting and this issue has been fixed…
In latest version of WP eStore (v6.9.4) this patch should be applied to:
emember_js_form_validation_rules.php on line 25:
“regex”: /^([A-Za-z0-9_-.’])+@([A-Za-z0-9_-.])+.([A-Za-z]{2,6})$/,
should be changed to:
“regex”: /^([A-Za-z0-9_-.’+])+@([A-Za-z0-9_-.])+.([A-Za-z]{2,6})$/,