Implementing reCAPTCHA V3 - website shows score, Marketo shows { "success": false, "error-codes": [ "invalid-input-response" ] } | Community
Skip to main content
Level 2
February 25, 2025
Solved

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

  • February 25, 2025
  • 1 reply
  • 632 views

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

 

 

 

 

 

Here's what I did in Marketo

 

Fields Created  
reCAPTCHA Last Server Success Boolean
reCAPTCHA Last Failure DT Datetime
reCAPTCHA Last Server Error Code String
reCAPTCHA Last Success DT Datetime
reCAPTCHA Last User Fingerprint Text

 

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

 

Best answer by lgarter

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

1 reply

lgarterAuthorAccepted solution
Level 2
February 25, 2025

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