I have a simple e-mail form I'm trying to get to work with Autofill. The form text fields are named "Name", Email", & "Phone" with matching IDs: <input name="Email" type="text" id="Email">
Autofill puts the first name in the "Name" object, leaves the "Email" text field blank, and inserts the last name in the "Phone" object.
Does anyone know what to name the form objects to make them compatible with Autofill?