koala-framework/kwf-recaptcha-field

Koala Framework Form Field for Google Recaptcha protection

1.0.x-dev 2018-05-23 11:18 UTC

This package is auto-updated.

Last update: 2024-03-29 03:44:44 UTC


README

Koala Framework Form Field for Google Recaptcha protection

Installation

  • Create new reCAPTCHA API key on here

  • Add keys to config.ini

      ...
      kwfRecaptchaField.key = xxx
      kwfRecaptchaField.secret = xxx
      ...
    
  • register js field in Web.defer.js

      require('kwfRecaptchaField/KwfRecaptchaField/Field');