Google reCaptcha v3 Fails on Submission
Hi everyone,
We're encountering some inconsistent issues with Marketo recaptcha. We're getting the error
{message: "Captcha field missing in form", error: true, errorCode: "400"}on form submissions for certain pages, while others work fine.
For example, filling out this form in Chrome (assuming you've accepted all cookies) will generate the error:
https://www.datadoghq.com/dg/apm/app-suite-demo-b/#request-a-demo
but it seems to work in Firefox.
And this page seems to work on both browsers for some users, but not others
https://www.datadoghq.com/dg/monitor/frontend-demo-dem/b/#request-a-demo
Could anyone provide some insight on how to debug this? I can see all the scripts loaded and the the recaptcha endpoint returns a 200 after hitting the submit button google.com/recaptcha/api2/reload?k=... on both pages.
TLDR; both pages are basically identical, except for different marketo form IDs.
Thank you!!