在页面中的多种表单上实现reCAPTCHA v3

时间:2018-12-04 08:36:19

标签: javascript recaptcha

我有问题。 如何在页面中的所有表单上实施reCAPTCHA v3?

请帮助。谢谢!

1 个答案:

答案 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">