You are browsing the old Contao 3 extension repository. Contao 3 is no longer maintained as of June 2019! You can find the Contao 4 extensions on extensions.contao.org.
Extensions > recaptcha
reCaptcha
[recaptcha]
The extension replaces the default captchas with reCaptchas and adds a reCaptcha form field
After installation all default captchas are replaced by reCaptchas (http://recaptcha.net).
You can also add a reCaptcha security question as a form field in the form generator.
Since version 0.5.0 all default captchas will be replaced with reCaptchas after installation!
Setup reCaptcha theme
- Choose the reCaptcha theme in your page layout (resp. default layout) at the expert settings
- If you use the "custom" theme, you have to choose a template file beginning with "rec_"
- If you create an own custom template, it must contain a div with the id "recaptcha_widget", more on http://recaptcha.net/apidocs/captcha/client.html
- Attention: When using "custom" theme you probably have to edit other templates, e.g. for the comment form.
Custom key pair
- Get a public/private key pair from http://recaptcha.net/api/getkey
- Enter key pair in your page layout (resp. default layout) at the expert settings
Version 0.6.4 (2010-10-11)
--------------------------
- Script-tag was not W3C-compliant, thanks to Simon Aebersold
Version 0.6.3 (2010-08-17)
--------------------------
- Settings in page Layout now working Contao 2.9, thanks to Cyrill Steinmetz
Version 0.6.2 (2010-03-30)
--------------------------
- Workaround for errors on pages with comment form, thanks to Simon Wallmann
- Option to disable the replacing of the default captcha
Version 0.6.1 (2010-02-02)
--------------------------
- Corrected french language file, thanks to Tony Altimani
- Filled missing russian translation with english, to avoid errors
Version 0.6.0 (2010-01-13)
--------------------------
- Custom Template can be chosen separately for each reCaptcha (resp. page layout), thanks to Christian Bister
- Deleted custom template example from templates folder
- Created new rec_custom_default template