m2.ReCaptcha icon indicating copy to clipboard operation
m2.ReCaptcha copied to clipboard

Magento2. Extension is integrate Google Recaptcha with your Magento2 store.

Results 6 m2.ReCaptcha issues
Sort by recently updated
recently updated
newest added

Can you add the option for Recaptcha on the newsletter subscribe page? That's where most of the spam comes from.

Exception #0 (ReflectionException): Class Faonni\ReCaptcha\Observer\Adminhtml\ValidateObserver does not exist Same will occur for the other adminhtml observers. They simply do not exist.

Issue #16 is happening when the HTML Minify mode is activated. It seems that everything after the // is removed on the rendering. This fix is solving that.

Hi, i'm on magento 2.2.4, php7 When I switched to production mode, Recaptcha started to not show up anymore, ![capture](https://user-images.githubusercontent.com/28814080/50108040-ebde0480-023c-11e9-888f-68d548d8be5b.PNG) I found this exception in the system logs: ``` [2018-12-17...

I have been experiencing the error shown in the screenshot for the past few days and can't seem to figure out a fix. It is only happening on the customer...

The template and the script are loaded, but it is not showing it because in the template ReCaptcha/view/frontend/web/template/checkout/reCaptcha.html there is and the value is not set. The issue is here...