I used honeypot fields in most of my customer contact forms to prevent spam. However, I notice that the IE form autocomplete option fills the honeypot field and thus triggers my anti-spam logic. How can I prevent this?
I tried to give the form field a different name - it is currently called emailConfirmation
, but I tried conf_em
and liame
and it is still autocomplete. I also tried moving the honeypot field to the very bottom of the form — nowhere near the existing email
input.
source share