I have implemented honeypot fields on the majority of my client's contact forms in order to prevent spamming. However, I'm noticing that IE's form auto-fill option fills in the honeypot field, and thus triggers my anti-spam logic. How can I prevent this?
I've tried giving the form field a different name - it is currently called emailConfirmation
, but I've tried conf_em
and liame
, and it's still auto-filling. I've also tried moving the honeypot field to the very bottom of the form - nowhere near the existing email
input.