putyourlightson / craft-snaptcha
Automatically validates forms and prevents spam bots from submitting to your site.
Installs: 14 522
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0
- putyourlightson/craft-log-to-file: ^1.1.0
README
Snaptcha Plugin for Craft CMS 3
Snaptcha is an invisible CAPTCHA that automatically validates forms and prevents spam bots from submitting to your Craft CMS site.
Snaptcha (Simple Non-obtrusive Automated Public Turing test to tell Computers and Humans Apart) will validate all POST requests to the front-end of your site, meaning that it will work with any form and any plugin. Note that since this will affect all POST requests, you must add the required template tag before enabling validation (see usage below).
Documentation
Learn more and read the documentation at putyourlightson.com/plugins/snaptcha »
License
This plugin requires a commercial license purchasable through the Craft Plugin Store.
Requirements
Craft CMS 3.0.0 or later.
Installation
To install the plugin, search for "Snaptcha" in the Craft Plugin Store, or install manually using composer.
composer require putyourlightson/craft-snaptcha
Created by PutYourLightsOn.