The current reCAPTCHA module for Contact Form 7 does not have options for selecting the theme for reCAPTCHA. It will be supported on the future update.
Great, looking forward to it. Thanks!
Hi!
if is possible to change it actually the theme? hardcoding it? it’s to ugly the default recaptcha skin 😛
thanks!
I had the same problem and found the solution. All you have to do is add this code in your external .JS file:
var RecaptchaOptions = { theme : 'clean' };
you can use white instead of clean
And if you don’t have an external JS file just paste this between the <head> tags of your pages:
<script type="text/javascript">
var RecaptchaOptions = { theme : 'clean' };
</script>
Marcnyc, that worked for me. Thanks!
I have a question. I have install the Contact Form 7 and Google reCAPTCHA
I was wonder why the reCAPTCHA does not show into my contact form?
This is my contact form http://www.tuitionagency.com.sg/blog/contact
But i added a quiz by using the contact form 7, user have to fill up a answer before they can submit the form (Does this help to prevent the bot?)
The reCAPTCHA is function in to my blog post (Comment) http://www.tuitionagency.com.sg/blog/articles/why-learning-chinese-is-important-for-singapore-children
I did configure the setting of the reCAPTCHA (Enable reCAPTCHA on registration form)
Hope someone can help.
Thanks
Mark
(@codeispoetry)
It doesn’t work because your contact form is not your registration form.
Contact Form 7 currently doesn’t seem to support ReCaptcha.