magento2-module magento2-invisible-captcha
scriptua/magento2-invisible-captcha
- Wednesday, June 27, 2018
- by scriptua
- Repository
- 1 Watchers
- 6 Stars
- 46 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 3 Versions
- 1050 % Grown
Google Invisible Captcha v3 for magento 2
, (*1)
Module version 2.0.*||2.1.*||2.2.* support Magento 2.3.*
Module version 1.0.* support Magento 2.1.*||2.2.*, (*2)
Features
- Lazy Load, google page speed improvements
- Easy to add captcha to your custom form
- AJAX forms supported
- Knockout forms supported
- Refreshing invalid token after a long period of inactivity on the site and after ajax form submitted
- Login
- Register
- Forgot password
- Contact
- Newsletter
- Send to Friend
Installation Guide
Install by composer
composer require hryvinskyi/magento2-invisible-captcha
bin/magento module:enable Hryvinskyi_Base
bin/magento module:enable Hryvinskyi_InvisibleCaptcha
bin/magento setup:upgrade
Install download package
- Download module https://github.com/hryvinskyi/magento2-base Link
- Download this module Link
- Unzip two modules in the folder app\code\Hryvinskyi\Base and app\code\Hryvinskyi\InvisibleCaptcha
-
Run commands:, (*3)
bin/magento module:enable Hryvinskyi_Base
bin/magento module:enable Hryvinskyi_InvisibleCaptcha
bin/magento setup:upgrade
- Configure module in admin panel
Command-line:
php bin/magento hryvinskyi:invisible-captcha:disable <area> --website_id=<website_id>
This command will disable invisible captcha for the area and/or website_id., (*4)
- area = [global, frontend, adminhtml]
- website_id = ID Website
General Settings
, (*5)
LazyLoad Speed Test
, (*6)
License
, (*7)