Table of Contents
View Magento 2 Google Invisible Recaptcha Extension Detail Page for Features and Demo
Documentation for Google Invisible reCaptcha
Preference
- Google reCaptcha is perfect extension for the store owners who wants to protect store from spams and avoid the requirement the bots.
This extension is providing below functionalities.
- Google reCaptcha provide to visible and invisible reCaptcha.
- Google reCaptchaprovide in different language code of Google reCaptcha.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Google Recaptcha, the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_GoogleRecaptcha’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Google Recaptcha, the module will be displayed in the admin panel.
Backend Example
After Installation of Extension login to magento admin panel to set configuration of the extension.
Extension Configuration
As per below screen shot you can set all the settings here.
You can find configuration at Stores → Configuration → Mageants → Google Recaptcha.
General :
Enable : Here you can enable and disable module from back end.
Language Code : Here you can select language code.
Google API Key : Add google api key here if you not create then click on create here link.
Google API Secret Key : Add google api secret key here if you not create then click on create here link.
Backend-Configuration :
Enable : Here you can enable and disable google recaptcha for backend form from back end.
Captcha Type : Here you can select captcha type visible or invisible google recaptcha for admin form.
Forms : Here you can select form for display google recaptcha on admin side.
Size : Here you can select Compact or Normal value as per you want to display google recaptcha on your admin form.
Theme : Here you can Select theme as per you want to design google recaptcha on your admin form.
Frontend Configuration :
Enable : Here you can enable and disable google recaptcha for frontend form from back end.
Captcha Type : Here you can select captcha type visible or invisible google recaptcha for frontend form.
Forms : Here you can select form for display google recaptcha on frontend side.
Size : Here you can select Compact or Normal value as per you want to display google recaptcha on your frontend form.
Theme : Here you can Select theme as per you want to design google recaptcha on your frontend form.
Custom Form Position :
Form Post Paths : Here you can write custom form path ex.custom/account/login/ .
CSS Selecters : Here You can add custom css using select EX: #custom-account-validate Each CSS Selectors must be separated by new line.
Admin Login :
Using this Extension google recpatcha display on login form.
Admin Forgot Password :
Using this Extension google recpatcha display on Forgot password form.
Frontend Example
Using this Extension display visible Google reCaptcha In login form
Using this Extension display visible Google reCaptcha In create new account form
Using this Extension display visible Google reCaptcha In forgot password form
Using this Extension display visible Google reCaptcha In contact-us form
Using this Extension display visible Google reCaptcha In product review form
Using this Extension display visible Google reCaptcha In password reset form.
Using this Extension display visible Google reCaptcha in checkout-login popup form.
Using this Extension display visible Google reCaptcha In newsletter form
Using this Extension display visible Google reCaptcha In shipping address form
Using this Extension display visible Google reCaptcha In payment method form
Select Images like in below Screenshot select traffic lights and click on verify button.
Using this Extension display invisible Google reCaptcha In login form
Using this Extension display invisible Google reCaptcha In create new account form
Using this Extension display invisible Google reCaptcha In forgot password form
Using this Extension display invisible Google reCaptcha In contact-us form
Using this Extension display invisible Google reCaptcha In product review form
Using this Extension display invisible Google reCaptcha In password reset form
Using this Extension display invisible Google reCaptcha In checkout-login popup form
this Extension display invisible Google reCaptcha In newsletter form
Using this Extension display invisible Google reCaptcha In shipping address form
Using this Extension display invisible Google reCaptcha In payment method form