A
A
adrenalinruslan2018-04-05 20:24:00
Google
adrenalinruslan, 2018-04-05 20:24:00

ReCaptcha not showing?

I wanted to install several reCaptchas per page, and as I understand it, they need to be installed like this:

<div id="html_element"></div>
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script>


var onloadCallback = function() {
            grecaptcha.render('html_element', {
              	'sitekey' : 'Здесь мой ключ'
          	});
        };


But the problem is that the captcha is not shown on the page. How to fix it ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maks Codov, 2018-04-05
@4604590

and you start on that domain where it is necessary?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question