I have the following in my <body>
<div class="g-recaptcha" data-sitekey="some-key (original is right)">
and this on my <head>
<script src="//www.google.com/recaptcha/api.js"></script>
but nothing is shown, either on firefox or chrome... Is this a known issue?
Change:
to:
I don't know if that's just a typo, if it isn't, adding the
https:
would definitely solve your problem.