Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iCloud username and password autocomplete hints

How can I tell iCloud which fields to correctly use for our register form? Here, it is using the name field when we want to it use the email field.

Thanks!

enter image description here

like image 697
mikeycgto Avatar asked Aug 18 '15 21:08

mikeycgto


1 Answers

You need to set the autocomplete and name attribute of the fields so the autocomplete engine in the browser knows what to do.

You may also need to contain the input elements within a form.

For more information go to this link

Here's a quick table:

Table of autocomplete

like image 149
PitaJ Avatar answered Oct 03 '22 18:10

PitaJ