I am looking for answers regarding auto complete for form fields.
How can I auto fill common inputs like First name, last name, address..?
In Chrome, If the user has a Google profile, fields can be autofilled.
It appears IE offers similar functionality:
(From MS Website) "You can use AutoComplete to store passwords and other information that you type into web form fields. When you turn on AutoComplete, Internet Explorer will automatically fill in the fields you type into web forms frequently, like your name and address."
Is there any way I can ensure autofill happens, cross-browser, using HTML/JS?