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?

3 Answers 3

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

Sign up to request clarification or add additional context in comments.

Comments

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.

Comments

0

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.