Answer the question
In order to leave comments, you need to log in
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' : 'Здесь мой ключ'
});
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question