I am implementing recaptcha v3 form element in one of my episerver form .For this I have installed Forms.sample package.After installation, I have registered recaptcha v3 to get the two keys on https://g.co/recaptcha/v3
Next, I included recaptcha form element in episerver form. Once the site is running ,recaptcha is visible.if I tamper any of the keys,recaptcha validation fails which I believe is expected behavior.
Issue:
As v3 is registered, I should be able to see the analytics on admin console but it doesn't. I found a github link for the same issue which is still open.
If someone could help me understand the issue with admin console.
Also, I believe no additional startup scripts are required to for recaptcha v3 to work.Including form.sample package is enough. Is this correct understanding?
Hi,
I am implementing recaptcha v3 form element in one of my episerver form .For this I have installed Forms.sample package.After installation, I have registered recaptcha v3 to get the two keys on https://g.co/recaptcha/v3
Next, I included recaptcha form element in episerver form. Once the site is running ,recaptcha is visible.if I tamper any of the keys,recaptcha validation fails which I believe is expected behavior.
Issue:
As v3 is registered, I should be able to see the analytics on admin console but it doesn't. I found a github link for the same issue which is still open.
https://github.com/google/recaptcha/issues/283
If someone could help me understand the issue with admin console.
Also, I believe no additional startup scripts are required to for recaptcha v3 to work.Including form.sample package is enough. Is this correct understanding?
Regards.