• Kristina

    (@kmedhus)


    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).

    https://www.prettyshinysparkly.com/contactme/

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Takayuki Miyoshi

    (@takayukister)

    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.

    Thread Starter Kristina

    (@kmedhus)

    Great, looking forward to it. Thanks!

    mzuker

    (@mzuker)

    Hi!

    if is possible to change it actually the theme? hardcoding it? it’s to ugly the default recaptcha skin ??

    thanks!

    marcnyc

    (@marcnyc)

    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

    (@fusionbeautie)

    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 https://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) https://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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Contact Form 7] reCAPTCHA module – White theme?’ is closed to new replies.