https://www.google.com/recaptcha/api.js was getting aggregated and becoming outdated -- which resulted in the captcha not appearing on the form due to 404s when trying to load an outdated https://www.gstatic.com/recaptcha/api2/.....

google_captcha.module should be changed as follows:

Line 66: drupal_add_js('https://www.google.com/recaptcha/api.js', array('defer' => TRUE, 'async' => TRUE, 'type' => 'external'));

Thanks!

Comments

thisisjoe created an issue.