PHPackages                             haugen86/statamic-recaptcha - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. haugen86/statamic-recaptcha

ActiveStatamic-addon[Validation &amp; Sanitization](/categories/validation)

haugen86/statamic-recaptcha
===========================

Add Google Recaptcha v3 to your forms.

v1.0.3(4y ago)0991[1 issues](https://github.com/haugen86/statamic-recaptcha/issues)MITPHP

Since Nov 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/haugen86/statamic-recaptcha)[ Packagist](https://packagist.org/packages/haugen86/statamic-recaptcha)[ Docs](https://github.com/haugen86/statamic-recaptcha)[ RSS](/packages/haugen86-statamic-recaptcha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Recaptcha
=========

[](#recaptcha)

Add google recaptcha v3 to your statamic forms. This package is inspired by [aryehraber/statamic-captcha](https://github.com/aryehraber/statamic-captcha/).

Installation
------------

[](#installation)

```
composer require haugen86/statamic-recaptcha

```

Publish the config file:

```
 php please vendor:publish --tag=recaptcha-config

```

Once the config file is in place, be sure to remember to update your secret and sitekey with the ones from google recaptcha console. Also remember to specify which forms that should use recaptcha.

You can also specify which threshold recaptcha should use. 1 is the strictest, while 0.1 is the least strict.

```
