php - On login form chrome will save password but with no username -
i trying save password username when loging-in google chrome. unfortunately chrome show password ( no username ). seems problem? here's image better imagination.

is maybe problem input of username got name attribute email? (should username?)
i saved problem. first check if inputs in form , got name username , password. ( form must not generated js ).
important:
you can have 1 input type="password" per form!
the last 1 saved problem. had 2 inputs password type. 1 hidden. changed hidden input text type , done trick.
Comments
Post a Comment