Install google Toolbar (English version). One feature is to support the AutoFill function. Once the Toolbar finds that the web page contains specific Input, it can be automatically filled in, and the background color of the area can be automatically filled in yellow.
Common input name
Input can be directly named by email, name, and so on. You can use Autofill. It may also be determined based on context Association. Different names may cause several input boxes to fail to be Autofill.
<Form>
<Input type = "text" name = "FullName"/>
<Input type = "text" name = "Email"/>
<Input type = "text" name = "Country"/>
<Input type = "text" name = "State"/>
<Input type = "text" name = "City"/>
<Input type = "text" name = "Zipcode"/>
<Form>
Sometimes the background color of Input is changed to yellow, which affects the page effect. You can change the name or id of Input to solve this problem.