I’m attempting to use a honeypot question in a Custom Form. However, I can’t get it to work: the form submits successfully even when the honeypot field has a value.
Not only that, the default markup it produces is inaccessible, in that a screenreader (or other assistive device) user may inadvertently fill the field because by default there’s no proper label telling them not to. Screenreader users rarely read title attributes, and in forms, mode mostly only read legends and labels.
A useful tool, that fails through poor implementation. A shame.