I’ve had some issues with the Captcha field being case sensitive. Specifically, on iPads & iPhones it isn’t easy to keep the first letter from being capitalized, which can cause some frustration or even claims that it doesn’t work correctly. I’ve tossed into the eme_functions.php file a $fix_case = strtolower($_POST[$post_var]);
change (before the updates, it was in the captcha.php file) to keep the case from being applicable. I’m just wondering if there’s been any other reports that case sensitivity is causing problems. . .?
This is an awesome plugin, BTW!