google chrome not displaying captcha

Discussion in 'JavaScript' started by Comp90, Oct 1, 2017.

  1. #1
    Hi

    I used this code for load google captcha after first load , cpatcha is loded but after reload page captcha not displaying in google chrome

    <code>
    var CaptchaCallback = function() {
    jQuery('#g-recaptcha-reg').each(function(index, el) {
    var widgetId = grecaptcha.render(el, {'sitekey' : '<?= google_recapt_sitekey ?>'});
    jQuery(this).attr('data-widget-id', widgetId);
    });
    };

    </code>
     
    Comp90, Oct 1, 2017 IP
  2. Roger Luis

    Roger Luis Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    Check the console (press F12), is there an error?
     
    Roger Luis, Nov 1, 2017 IP