Forums / General / Native support for reCaptcha
Alain Sahli
Sunday 28 November 2010 5:57:59 am
Hello
In the anouncement of the new eZ Publish 4.4 release I read : Your User Generated Content gets a helping hand with the addition of native support for reCaptcha, the Google-based free captcha service on the web, which helps prevent your website from being infested by bot spam.
I installed this new version but I can't find how to proceed to add a reCaptcha to a feedback form. Could somebody explain me how it works ?
Thanks.
http://www.wess.ch eZ Publish Certified developer : http://auth.ez.no/certification/verify/272583
Daisy Radix
Sunday 28 November 2010 7:21:32 am
Hello,
You can set reCaptcha parameters in ezcomments.ini
I think that in your [FormSettings] the line AvailableFields[]=recaptcha is commented.
More documentation : http://doc.ez.no/Extensions/eZ-Comments/Setup-and-user-guide-1.1/ezcomments.ini-settings
eZ Publish certified developper :http://auth.ez.no/certification/verify/378142
Sunday 28 November 2010 11:50:22 pm
Hello Daisy,
Thanks for your answer, but this is only for the eZComments extension. I thought that a reCaptcha datatype was created which can be used in any type of class.
For example, on my website I have an offer request form and I wanted to add a reCaptcha. So ideally I edit my class and add a reCaptcha attribute :-)
Nicolas Pastorino
Monday 29 November 2010 1:23:23 am
Hello Alain,
You should a look at Bruce's excellent recaptcha extension : http://projects.ez.no/recaptcha . It is used on share.ez.no
Cheers,
-- Nicolas Pastorino Director Community - eZ Member of the Community Project Board eZ Publish Community on twitter: http://twitter.com/ezcommunity t : http://twitter.com/jeanvoye G+ : http://plus.tl/jeanvoye
Monday 29 November 2010 2:10:00 am
Hello Nicolas,
I used this extension and it works fine ! Thanks.