The problem is that when I load Google Captcha ( https://developers.google.com/recaptcha/ ) on the main page, the Captcha widget does not appear? why it happens? and how to do it right?
This is the code that loads ajax:
<div class="col-md-6 col-md-offset-3"> <div class="g-recaptcha" data-sitekey="key"></div> </div>
<script src="https://www.google.com/recaptcha/api.js"></script>is connected to the main page - user193361