I understand that you as programmer can tipify the suggestion of the browser for each field. e.g: this field is email and the inserted value will be suggested (in the future) only for email fields
Does that realy exists? how can I do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A good starting place for local storage and session storage can be found here.
However, if all you are looking for is basic form field autocomplete, take a gander at these resources from Microsoft and Mozilla.