javascript - Google REcaptcha not showing -
i have following in <body>
<div class="g-recaptcha" data-sitekey="some-key (original right)">
and on <head>
<script src="//www.google.com/recaptcha/api.js"></script>
but nothing shown, either on firefox or chrome... known issue?
make sure <script src="//www.google.com/recaptcha/api.js"></script>
last thing before closing of head tag. fixed same problem me
Comments
Post a Comment