
Originally Posted by
vandiermen
I installed Google reCAPTCHA Version: 3.6a on zencart 1.5.0
https://gmstationery.com.au/. The contract or create account page displays the reCAPTCHA field but form can be submitted without clicking it.
Template is called bootstrap. I placed the reCAPTCHA under the CUAS field
Did you edit the /includes/functions/extra_functions/functions_google_recaptcha.php to indicate that the checking should occur on those pages?
The default values are 'false', set the pages you're interested in to 'true' (and don't forget the quotes):
PHP Code:
//set to true for the pages on which you wish to enable reCaptcha (don't forget to add the code snippet to the template!)
define('GOOGLE_RECAPCHTA_ASK_QUESTION', 'false');
define('GOOGLE_RECAPCHTA_CONTACT_US', 'false');
define('GOOGLE_RECAPCHTA_CREATE_ACCOUNT', 'false');
define('GOOGLE_RECAPCHTA_REVIEWS', 'false');
define('GOOGLE_RECAPCHTA_BISN', 'false'); //Back In Stock Notification Plugin: https://github.com/torvista/Zen_Cart-Back_in_Stock_Notifications