• Resolved wastar

    (@wastar)


    if ( ‘v3’ == gglcptch.options.version ) {
    grecaptcha.ready( function() {
    grecaptcha.execute( gglcptch.options.sitekey, {action: ‘BWS_reCaptcha’}).then(function( token ) {
    document.querySelectorAll( “#g-recaptcha-response” ).forEach( elem => ( elem.value = token ) );
    });
    });
    }

    This code… in latest version

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Arrow functions do not work in ie11’ is closed to new replies.