Re: Support Thread for Google reCAPTCHA
I'm sure you're right, that makes perfect sense, but I could not find any instructions on how to do this.
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
ttfan
I'm sure you're right, that makes perfect sense, but I could not find any instructions on how to do this.
https://www.zen-cart.com/showthread....10#post1310310
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
ttfan
I've got it going on the PC, but the captcha is not displaying on a iphone, and when I submit on the phone, it does complain that I need to show I'm not a robot... so it seems it's just not displaying.
I'm using the responsive sheffield blue theme...perhaps there's another file to edit?
Can anyone offer a suggestion on how to fix this?
Re: Support Thread for Google reCAPTCHA
I am having an issue with recaptcha displaying, but still allowing the emails to go through without clicking on it. I am getting a lot of spam in my inbox, which is being generated by the contact us form. I am trying to put an end to that.
1.5.4
redsautorehab.com
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
vanhorn_s
I am having an issue with recaptcha displaying, but still allowing the emails to go through without clicking on it. I am getting a lot of spam in my inbox, which is being generated by the contact us form. I am trying to put an end to that.
1.5.4
redsautorehab.com
I got it figured out. There is a problem with the files in the Tablaeu template. I replaced those, changed the should_be empty, and now this addon works just fine.
Re: Support Thread for Google reCAPTCHA
Using Zen Cart 1.5.1 and Google reCAPTCHA CAPTCHA 3.2. Just want reCAPTCHA for create account page. Create Account page is displaying "recaptcha v1 is shutdown". Checked our keys and they are v2 and they are what is entered in includes\functions\extra_functions\recaptchalib.php. I need to resolve this ASAP.
Re: Support Thread for Google reCAPTCHA
Issue resolved. Client had provided information for wrong FTP account. Got the correct credentials and uploaded to the correct location and it works.
Re: Support Thread for Google reCAPTCHA
Installed on zencart 1.5.4 and the Contact Us page verification works fine but the Create Account page verification does not verify. I can enter account information and click the Next button and it creates the account, without asking for "Robot" verification. Any ideas what is wrong?? The site is here:
https://www.usconverters.com/index.php?main_page=login
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
DML73
Installed on zencart 1.5.4 and the Contact Us page verification works fine but the Create Account page verification does not verify. I can enter account information and click the Next button and it creates the account, without asking for "Robot" verification. Any ideas what is wrong?? The site is here:
https://www.usconverters.com/index.php?main_page=login
I found the problem, for some reason these two lines were missing in /includes/modules/create_account.php:
$antiSpam = isset($_POST['should_be_empty']) ? zen_db_prepare_input($_POST['should_be_empty']) : '';
$zco_notifier->notify('NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK');
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
DML73
I found the problem, for some reason these two lines were missing in /includes/modules/create_account.php:
$antiSpam = isset($_POST['should_be_empty']) ? zen_db_prepare_input($_POST['should_be_empty']) : '';
$zco_notifier->notify('NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK');
You may be inserting a problem by using the items in red. See https://www.zen-cart.com/showthread....messages/page2