Kristina
Member
Posted 3 years ago #
I was wondering if there was any way to make the inserted reCAPTCHA module show up in the white theme (which is supported by the WP-reCAPTCHA plugin on its settings page but I'm just not sure how to enable that parameter here within Contact Form 7. I have added the module, etc etc (everything works).
http://www.prettyshinysparkly.com/contactme/
Thanks!
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.
Kristina
Member
Posted 3 years ago #
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 :P
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>
fusionbeautie
Member
Posted 3 years ago #
Marcnyc, that worked for me. Thanks!
AwesomeTuitionAgency
Member
Posted 2 years ago #
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
It doesn't work because your contact form is not your registration form.
Contact Form 7 currently doesn't seem to support ReCaptcha.