6

I am using reCAPTCHA on localhost. I already got my site-key and secret-key. Although almost everything works as expected, I get this message within the form.

In the HTML I have only this row:

<div class="g-recaptcha" data-sitekey="<Here I have put my site-key>"></div>

Does anyone know how to remove this message or the reason why this message appears?

Naum
  • 63
  • 2
  • 5

3 Answers3

8

I see this as well. The message is probably just a warning and it only started to appear 1-2 days ago in my development environment. It doesn't appear in staging nor production.

I'm also pretty sure it doesn't affect the reCAPTCHA behaviour: Using reCAPTCHA on localhost

Community
  • 1
  • 1
David
  • 1,101
  • 5
  • 19
  • 38
2

As another poster said, looks like google just added this when running locally. If you really hate seeing it, you can override the .rc-anchor-alert class to display:none.

0

its about time! I wasted so much time solving reCAPTCHA challenges on localhost when testing form submission

infinityLoop
  • 325
  • 4
  • 8