Joe Link
Well-known member
I imagine it's probably a specific browser/plugin/etc autofilling information, but about one out of every 30 new registrations we have what's obviously a password input into the location field.
In the register_macros template, to make it more clear to autocomplete, I've changed this:
To this:
Although I've verified it works, it that doesn't seem to help.
Any ideas, other than disabling autocomplete for that field?
In the register_macros template, to make it more clear to autocomplete, I've changed this:
<xf:textboxrow name="{$fieldName}" value="{$value}" required="true"
To this:
<xf:textboxrow name="{$fieldName}" value="{$value}" required="true" autocomplete="address-level2"
Although I've verified it works, it that doesn't seem to help.
Any ideas, other than disabling autocomplete for that field?