Viewing 2 replies - 1 through 2 (of 2 total)
  • On my site the reCAPTCHA option is not showing at all…

    Is there a fix for this?

    **Edit there is a reCAPTCHA option showing in the bottum right corner**
    Does that means it is working?

    • This reply was modified 5 years, 7 months ago by cobraeagle.
    • This reply was modified 5 years, 7 months ago by cobraeagle.
    Thread Starter pmpt

    (@pmpt)

    Hi,

    Just in case somebody has the same issue I raised above (Google Captcha not being a mandatory field).

    The problem was that if you have the following setting in your wp-config.php:
    define(‘WP_HTTP_BLOCK_EXTERNAL’, true);

    Then do not forget to add ‘*.google.com’ to your WP_ACCESIBLE_HOSTS. I.e.:

    define(‘WP_ACCESSIBLE_HOSTS’, ‘*.google.com’);

    Cheers

    • This reply was modified 5 years, 6 months ago by pmpt.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘reCaptcha not mandatory field’ is closed to new replies.