Hello,
I installed Google ReCaptcha as explained here and it works:
https://docs.magento.com/m2/ce/user_guide/stores/security-google-recaptcha.html
BUT I do not find any option to activate it for the newsletter subscription form.
Thanks a lot for any feedback !
Best regards,
Fabianus
using magento community edition 2.2.1
By default, Magento doesn't have captcha on Newsletter.
If you want to add you have to add it manually or you can check out this extension
https://magecomp.com/magento-2-google-recaptcha.html
And I would recommend implementing invisible captcha instead of ReCaptcha as in invisible captcha user don't have to click to verify captcha until they spamming
https://amasty.com/google-invisible-recaptcha-for-magento-2.html
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.
Hello Agarwal,
thanks for your reply ! There is no option to activate captcha for the newsletter subscription.
Regards,
Fabianus
I have updated my answer
Hello @fabianus,
Please try again with following steps for add reCAPTCHA on site
Step 1: Install Google reCAPTCHA
composer require msp/recaptcha:2.0.0
php bin/magento module:enable --all php bin/magento setup:upgrade
php bin/magento msp:security:recaptcha:disable
Step 2: Generate Google reCAPTCHA keys
Follow the instructions in the user guide to enable and configure Google reCAPTCHA. To learn more, see:
Google reCAPTCHA requires a pair of API keys to enable. You can get these keys free of charge through the reCAPTCHA site. Before generating the keys, consider the type of reCAPTCHA you want to use.
Step 3: Configure Google reCAPTCHA in Magento
--
If my answer is useful, please Accept as Solution & give Kudos
Hello @gelanivishal,
thanks for your help. I went through this installation and it works. But as said, this does not give captcha for the newsletter subscription.
Regards,
Fabianus
Hello @fabianus
As by default, Magento doesn't have captcha on Newsletter.
To apply recaptcha for newsletter form you can use this plugin :
https://marketplace.magento.com/nublue-newsletterrecaptcha.html
Hope it will work for you.
With this plugin the below link will also be helpful for you :
If my answer is useful, please Accept as Solution & give Kudos.
Hello @fabianus
I have used this article to add the captcha on the newsletter subscription and it worked for me you can give a try.
I've installed the module on my 2.2.5 site.
It works in development but admin serves blank white pages once it's in production mode
Any ideas?
MageAnts released Magento 2 Google Invisible Recaptcha extension