Implementing reCAPTCHA V3 - Getting Response Error
Hello,
I watched @SanfordWhiteman 's webinar on implementing Google reCAPTCHA V3 in Marketo. I thought I followed everything right but I'm running into this response error on my activity log when I test a failure submission.
{ "success": false, "error-codes": [ "invalid-input-response" ] }

From what I've read on other people getting this error-code, it's because the last fingerprint field type was wrong. But mine is a text area field type. Can someone help me figure out what I'm doing wrong?
I have 5 fields created:
1. 'reCAPTCHA Last User Fingerprint' which is a text area field
2. 'reCAPTCHA Last Success Date' which is a datetime field
3. 'reCAPTCHA Last Server Success' which is a boolean field
4. 'reCAPTCHA Last Server Error Code' which is a string field
5. 'reCAPTCHA Last Failure Date' which is a datetime field
I'm using the code outlined on this codepen site: https://codepen.io/figureone/pen/yLgKXge?editors=1010
Here is my webhook, I have the secret key set up as a token on the program.


