Answer the question
In order to leave comments, you need to log in
Why is the invisible recaptcha check constantly appearing?
There are several forms on the page. They have a container for recaptcha (id is different in different forms, of course),
I call it using js
<div id="askMeCaptcha"></div>
if ($('#askMeCaptcha').length > 0) {
askMeCaptcha = grecaptcha.render('askMeCaptcha', {
'sitekey' : sitekey,
'callback' : askMeFormSend,
'size' : "invisible",
'badge' : 'inline'
});
grecaptcha.reset(askMeCaptcha);
grecaptcha.execute(askMeCaptcha);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question