Ques/Help Anyone else have passwords input into the location field?

J

Joe Link

Guest
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:

<xf:textboxrow name="{$fieldName}" value="{$value}" required="true"

To this:

<xf:textboxrow name="{$fieldName}" value="{$value}" required="true" autocomplete="address-level2"

Although I've...

Read more

Continue reading...