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
Solved! Go to Solution.
Murphy's law - just got it to work! Thanks for anyone who read it!