I am using reCAPTCHA on localhost . I already have a key for the site and a secret key. Although almost everything works as expected, I get this message within the form .
In HTML, I only have this line:
<div class="g-recaptcha" data-sitekey="<Here I have put my site-key>"></div>
Does anyone know how to delete this message or the reason for the appearance of this message?
source share