• I would like to know if it’s possible to change the theme of the reCaptcha that is used in this form.
    Have tried the following before the forms:

    <script type=”text/javascript”>
    var RecaptchaOptions = {
    theme : ‘white’
    };
    </script>

    Still i don’t see any change. Please help.

    https://wordpress.org/plugins/contact-forms/

Viewing 1 replies (of 1 total)
  • Plugin Author cimatti

    (@cimatti)

    Hi hikzik, probably it doesn’t work because the plugin uses the AJAX API, and in this way the RecaptchaOptions var is ignored.

    We’ll add a way to make this work and/or add an option to customize the captcha in a future version

Viewing 1 replies (of 1 total)

The topic ‘ReCaptcha Theme change’ is closed to new replies.