Hi All
I am working on some internal project where they have been already integrated google reCAPTCHA V2, but now i have to integrate google reCAPTCHA V3.
While integrating the latest version of google reCAPTCHA V3 i am facing one error.
Exact error is : "ERROR for site owner: Invalid key type in google reCAPTCHA V3"
Even though i have valid site and secret key (created in google reCAPTCHA V3 )
And also i implemented by setting the below options.
1. First Case :
I listed "localhost" in domain listing area and checked the domain name validation checkbox.
2. Second Case :
I listed "localhost" in domain listing area and unchecked the domain name validation checkbox.
And also could anyone help me what should be the value of action variable. Whether it should be any resource url or it should be any callback function name.
<script>
grecaptcha.ready(function() {
grecaptcha.execute('SITE-KEY', {action: 'action_name'})
.then(function(token) {
...
});
});
</script>
May I know if anyone could share some resource about implementing reCaptcha V3
Many thanks for the help!
Thanks,
Ramkishan