Hello,
My code works fine a few days ago, but no, I have this problem.
Code Example:
$(function(){
widgetnu = grecaptcha.render('captchanewuser', {
'sitekey' : 'k1'
});
widgetndu = grecaptcha.render('captchand', {
'sitekey' : 'k2'
});
widgetlg = grecaptcha.render('captchalg', {
'sitekey' : 'k3'
});
})
and then three with their IDs:
<div id="captchand" class="g-recaptcha" data-sitekey="keyN" style="margin: 0 auto; width: 300px;"></div>
When I make the grecaptcha.getResponse(widgetnu));
I get Error: Invalid ReCAPTCHA client id: 2 or 1 or 0
Some time it works on first, but not the other two... And if I try to make the render again says that it's not empty. The three captcha are well displayed and loaded.
I have my access blocked.
Best regards!