1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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