Reopened: WooCommerce registration form can be submitted without reCaptcha…
-
Hello, I have to reopen a previous ticket.
It was fixed, but now it does not work again. Please have a look.
Previous ticket: https://xtemos.com/forums/topic/woocommerce-registration-form-can-be-submitted-without-recaptcha-validation/
Please see the attached demo website, it only has Woodmart, WooCommerce and the AIOS plugin installed, nothing else. Check that in the login sidebar the recaptcha is missing, and the credentials validation always fails. If you open the login page thought, the recatcha is there and working.
Thank you
-
This topic was modified 1 day, 13 hours ago by
dimmisel.
Hello,
Please provide us with your admin access so we can log in and check this on your end.
Thank you in advance.
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter('aios_print_captcha_api_woo', '__return_true');
Thank you Artem, this fixes the problem
You are welcome. Feel free to contact us if you have any further questions.
The topic ‘Reopened: WooCommerce registration form can be submitted without reCaptcha…’ is closed to new replies.