ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Probably a dumb questions:
If I only want the recaptcha on the Contact Us and product Review pages (not on the register account page), can I simply only add the <?php echo recaptcha_get_html(); ?> line to the Contact and Reviews template pages, and leave everything else as it is?
I prefer not to have the recaptcha on the Registration page, as this does not seem to cause any spam, and I don't want to make it harder for people to register.
I've got it going on the PC, but the captcha is not displaying on a phone, 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?
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
While this is true, it should probably be mentioned that if you don't put one on your create account page, you do need to make this modification, or it will fail the captch while it's not even there:
In /includes/modules/create_account.php you'll want to comment out the line $zco_notifier->notify('NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK');
I'm not sure if it's required to make a similar change to the Review page, if you don't put a capcha there...does anyone know?
Actually, instead of modifying the ZC default files it would be better to modify the observer class that this module uses to not listen for that notifier... while it is not necessarily expected there could be other programs that use that notifier for other purposes that would no longer be able to do what they do. Since the operation of this plugin is to be modified from its original, the plugin should be the one modified not the base file(s).
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I'm sure you're right, that makes perfect sense, but I could not find any instructions on how to do this.