Were to you add "<?php echo recaptcha_get_html(); ?>" to the tpl_modules_create_account.php file? Specifically which line of code should it be in between.
Printable View
Were to you add "<?php echo recaptcha_get_html(); ?>" to the tpl_modules_create_account.php file? Specifically which line of code should it be in between.
Hello All. We're running a 1.5.6c on PHP 7.3.33. Just downloaded and installed latest version. Added google keys. Everything appears to be working, but the contact form can be sent successfully without clicking the captcha box first. Please advise..
Thank you,
John
I still haven't been able to figure out why this isn't working. I did find in the blass.google_recaptcha.php file on line 15 a private array named private $pages_to_checkcheck = array(); I do believe it's supposed to be private $pages_to_check = array();. Also on line 42 of the same file I find $event_array = array('NOTIFY_CONTACT_US_CAPTCHA_CHECK' => 'contact', I'm thinking this is supposed to be $event_array = array('NOTIFY_CONTACT_US_CAPTCHA_CHECK' => 'contact_us',.
Either way it still isn't working. There are no error logs being generated by any of this.
Thanks again,
John
From Github?Quote:
Just downloaded and installed latest version.
I've just noticed the plugin page has no link to the Github repository I maintain:
https://github.com/torvista/Zen_Cart-Google_reCAPTCHA
Nope. From zencart plugins... https://www.zen-cart.com/downloads.php?do=file&id=1455
Thanks,
John
Anyone? Any ideas?
On 1.5.8/bootstrap clicking send without checking the box doesn't send as expected - so it works fine. Not sure about 1.5.6.