1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
Solution was making the recaptcha call asynchronous by setting async: true
grecaptcha.ready(function () {
grecaptcha.execute('@reCaptchav3SiteKey', { action: 'submit' }).then(function (token) {
console.log('v3 token: ' + token);
$('#CaptchaVersion').val('v3');
$('#CaptchaToken').val(token);
var postData = { token: token, version: 'v3' };
$.ajax({
type: 'POST',
async: true,
.... .... .... ...
répondu il y a 4 ans
Contenus pertinents
- demandé il y a un an
- demandé il y a 2 ans
- demandé il y a 3 mois
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 5 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 3 ans