• Resolved pmpt

    (@pmpt)


    Hi,

    reCaptcha checkbox shows in my Login and it seems to be working fine when I click on it, however the field is not a mandatory field.

    I have spent sometime going through all settings and reinstalled the plugin. Any idea of what am I doing wrong?

    Thanks

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 4 years, 5 months ago by cobraeagle.
    • This reply was modified 4 years, 5 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 4 years, 5 months ago by pmpt.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘reCaptcha not mandatory field’ is closed to new replies.