I want to make an attempt to go the non-captcha route of blocking bots from spamming my company's web forms by testing the Honeypot Method. This method requires me to add a custom validation script to all pages with embedded forms. Our website is managed by an externally, and rather than waiting on them to complete this task, I was wondering if I can just use Google Tag Manager to validate this method? If so, how?
Though I use GTM to track various activities from different platforms we use, I would not call myself an advanced user by any means. Any step-by-step instructions provided would be well appreciated.
Please take a look at the Honeypot Method for a better understanding of what I'm trying to do. My question primarily pertains to Step 4.
Thanks all.
Solved! Go to Solution.
The honeypot "method" is not a real method. In practice, it does nothing at all to stop a malicious attack on your form. It takes only one form post to figure out the form requirements, and then a bot can send unlimited additional posts.
Use a reCAPTCHA.
The honeypot "method" is not a real method. In practice, it does nothing at all to stop a malicious attack on your form. It takes only one form post to figure out the form requirements, and then a bot can send unlimited additional posts.
Use a reCAPTCHA.
Oh Sanford my old friend, somehow I know I love you even though I've never met you. Love your blunt and straightforward approach.
Thanks again.
I do try to keep people from spending time on things that don't work.
Just out of curiosity though, could form validation be done through GTM? I just want to know for future reference.
Hi Christina,
Through GTM itself, no. But you can inject Marketo form validation code in the page itself through GTM. This validation code will have to use Marketo forms 2.0 API. See http://developers.marketo.com/javascript-api/forms/
-Greg
If all you need is to bundle some custom JS with the form, you can do this by putting a <script> in a Rich Text area. But you have to take one critical precaution, as I've written about elsewhere... let me do a specific blog post on it.
Looking forward to read it
I second Gregoire's comment.
Publishing today, will link here.