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> 
  • What steps have you done? simply inserting html code into the page will not give you anything. Need to connect libraries / scripts. Get API key - Vasily Barbashev
  • the key is naturally there, and the script <script src="https://www.google.com/recaptcha/api.js"></script> is connected to the main page - user193361

0