hryvinskyi/magento2-invisible-captcha 2.1.9

Type

magento2-module

License

GPL-3.0-or-later

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Google Invisible Captcha v3 for magento 2

Latest Stable Version Total Downloads PayPal donate button Latest Unstable Version License Scrutinizer Code Quality Build Status

Module version 2.0.*||2.1.* support Magento 2.3.*
Module version 1.0.* support Magento 2.1.*||2.2.*

Features

  1. Lazy Load, google page speed improvements
  2. Easy to add captcha to your custom form
  3. AJAX forms supported
  4. Knockout forms supported

Frontend Forms

  • Login
  • Register
  • Forgot password
  • Contact
  • Newsletter
  • Send to Friend

Backend Forms

  • Login
  • Forgot password

Installation Guide

Install by composer

composer require scriptua/magento2-invisible-captcha
bin/magento module:enable Hryvinskyi_Base
bin/magento module:enable Hryvinskyi_InvisibleCaptcha
bin/magento setup:upgrade

Install download package

  1. Download module https://github.com/hryvinskyi/magento2-base Link
  2. Download this module Link
  3. Unzip two modules in the folder app\code\Hryvinskyi\Base and app\code\Hryvinskyi\InvisibleCaptcha
  4. Run commands:

    bin/magento module:enable Hryvinskyi_Base
    bin/magento module:enable Hryvinskyi_InvisibleCaptcha
    bin/magento setup:upgrade
    
  5. 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.

  • area = [global, frontend, adminhtml]
  • website_id = ID Website

General Settings

Configuration