Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Recaptcha


Go to End


2 Posts   1451 Views

Avatar
bebabeba

Community Member, 193 Posts

2 June 2012 at 1:15am

Hi!

I'm using SS v.2.4 and i need to use recaptcha.
I follow guide and I install chillu-recaptcha module and spam protection module.
Then I add in _config.php

SpamProtectorManager::set_spam_protector("RecaptchaProtector");
RecaptchaField::$public_api_key = '....';
RecaptchaField::$private_api_key = '...;

I see recaptcha but when I select word and stat action in my form I have thi esrror:
The recaptcha service gave no response.
I use last version of chillu-recaptcha module and spam protection module.

Help..

Avatar
bebabeba

Community Member, 193 Posts

4 June 2012 at 6:40pm

Any idea? help please..