contextualsoftware/silverstripe-google-recaptcha

A module to add a Google reCaptcha to a Userform.

v0.3 2023-05-27 19:02 UTC

This package is auto-updated.

Last update: 2024-03-27 21:18:29 UTC


README

Install

composer install contextualsoftware/silverstripe-google-recaptcha

Usage

In a YAML config file in your app/_config folder add the following:

GoogleReCaptcha:
    site_key: ...
    secret_key: ....

these values are provided to you when setting up your Google Recaptcha (v3).