ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,920
- Points
- 823
Reputation:
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...
Read more
Continue reading...
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...