autofill is not a real HTML attribute
-
The honeypot field looks like this:
<input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" autofill="off" />
but autofill is not a real attribute and validators complain. Does this help with any specific browser? I would think that
autocomplete="off"
would be enough to keep someone accidentally entering text while filling out other fields.WP 4.4
PHP 5.4
MC4WP 3.0.7
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘autofill is not a real HTML attribute’ is closed to new replies.