1.0.1unmaintainedreCAPTCHA
reCAPTCHA spam prevention
Clone URLhttps://github.com/symphonists/recaptcha.git
Add as a submodulegit submodule add https://github.com/symphonists/recaptcha.git extensions/recaptcha --recursive
Compatibility
Symphony compatibility information for this extension is not available.
Readme
reCAPTCHA
Installation
- Get reCAPTCHA API keys from http://recaptcha.net/whyrecaptcha.html
- Upload the 'recaptcha' folder in this archive to your Symphony 'extensions' folder.
- Enable it at System > Extensions.
- Go to System > Preferences and enter your reCAPTCHA private/public API key pair.
- Add the "reCAPTCHA Verification" filter rule to your Event via Blueprints > Events
- Save the Event.
- Add "reCAPTCHA: Public Key" Data Source to your page.
- Add the following line to your form:
HTML
<script type="text/javascript" src="http://api.recaptcha.net/challenge?k={/data/recaptcha}"></script>
See http://recaptcha.net/apidocs/captcha/client.html for information about customisation of the reCAPTCHA box.