I am creating a custom registration form and I need email and password fields to not autocomplete in the browser. I found the convenient “Attribute: Autocomplete” field option and hovered it and it said “true/false” so I entered “false”. Turns out the correct HTML values are on/off, not true/false so the tooltip led me to entering an invalid value.