我有问题。 如何在页面中的所有表单上实施reCAPTCHA v3?
请帮助。谢谢!
答案 0 :(得分:0)
谢谢! 我解决了我的问题。 有必要添加一个调用函数
grecaptcha.execute('fjhdjfhfjhdjfhdjhfdhfhdfbeywtwyteweiu', {action: 'homepage'})
.then(function(token) {
console.log(token);
document.getElementById('response-testdrive').value = token;
});
您需要多少次。 并在所需输入中分配值
<input type="text" name="response-testdrive" id="response-testdrive">