gplcart/recaptcha

Integrates Google reCAPTCHA into your GPL Cart site

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:gplcart-module

dev-master 2018-03-10 14:08 UTC

This package is not auto-updated.

Last update: 2024-04-14 00:54:27 UTC


README

Build Status Scrutinizer Code Quality

reCAPTCHA is a GPL Cart module that enables "Google reCAPTCHA" spam protection on your site. In order to use this module you must register an account on google.com/recaptcha

Requirements:

  • CURL

Installation

  1. Download and extract to system/modules manually or using composer composer require gplcart/recaptcha. IMPORTANT: If you downloaded the module manually, be sure that the name of extracted module folder doesn't contain a branch/version suffix, e.g -master. Rename if needed.
  2. Go to admin/module/list end enable the module
  3. Go to google.com/recaptcha, create your site and server keys then paste them on admin/module/settings/recaptcha

To protect custom forms print reCAPTCHA widget manually using one of the following code:

  • PHP templates: <?php echo $captcha; ?>
  • TWIG templates: {{ captcha|raw }}