As a non-developer, I was looking for the most elementary step-by-step instructions on how to add reCAPTCHA to Marketo forms. I ended up following this article on Medium but noticed some inconsistencies so I was wondering a Marketo expert (*cough, specifically one who is highly referenced in the article *cough* Sanford Whiteman) can help provide some clarity?
In the attached PDF, I copied the parts of the instructions I had questions on and wrote my questions directly in the PDF. It's too much effort to explain everything here since I don't have the images as reference so if you can take a look at be super happy.
Thanks for being awesome!
Here it is: Google reCAPTCHA-Mkto forms integration
Hey Greg, I am looking at your Evernote document and I have a few questions,
In this section, would if work for a wordpress website that the marketo form is embeded on? Also do I replace my google recaptchasitekey with the id= ?
Also, the “lead.captcha response" is a field that you need to add to your form and fill with the response. This is usually done through JS, as in Sanford's codepen example. The Captach status is the answer received from the webhook call, that is done on server side.
Greg, you mentioned this is done in JS? So does that mean I don't have to create a custom field in Marketo? Would Sanford's JS be placed directly in the websites HTML code?
Hi Christina,
Yes, you need to create the fields in Mareto admin->Field management. But they can be added dynamically to your form with some JS.
-Greg