SOLVED

Implementing reCAPTCHA V3 - website shows score, Marketo shows { "success": false, "error-codes": [ "invalid-input-response" ] }

Go to solution
lgarter
Level 1

Implementing reCAPTCHA V3 - website shows score, Marketo shows { "success": false, "error-codes": [ "invalid-input-response" ] }

Hello,

I watched @SanfordWhiteman 's webinar on implementing Google reCAPTCHA V3 in Marketo and shared it with the web dev team for my client.

I've watched the video a ton of times and passed the codepen below the web dev team 

https://codepen.io/figureone/pen/GRPgrzw?editors=1010

The website is showing success and has a score but it isn't passing to Marketo

Response = { "success": false, "error-codes": [ "invalid-input-response" ] }

Below are screenshots of the web and Marketo

Postman SS.png

 

 

 

 

 

Here's what I did in Marketo

 

Fields Created 
reCAPTCHA Last Server SuccessBoolean
reCAPTCHA Last Failure DTDatetime
reCAPTCHA Last Server Error CodeString
reCAPTCHA Last Success DTDatetime
reCAPTCHA Last User FingerprintText

 

Webhooks created

 

 

 Campaign Flow

 

 And put the secret key as a MyToken

 

 

 

Appreciate any tips or help on how to get the score into Marketo.

Thanks,

Liza

 

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
lgarter
Level 1

Re: Implementing reCAPTCHA V3 - website shows score, Marketo shows { "success": false, "error-codes": [ "invalid-input-response" ] }

Murphy's law - just got it to work!  Thanks for anyone who read it!

View solution in original post

1 REPLY 1
lgarter
Level 1

Re: Implementing reCAPTCHA V3 - website shows score, Marketo shows { "success": false, "error-codes": [ "invalid-input-response" ] }

Murphy's law - just got it to work!  Thanks for anyone who read it!