J'aimerais bien qu'elle marche j'ai pas trouvé d'équivalent sur firefox.
Sur un formulaire en Anglais pas de problème par contre sur des formulaires en Français cela ne marche pas. J'ai cherché et il n'y a pas de variables.... Ou je ne les ais pas vues
Sur le site il y a :
TRUE support of RFC3106 (Google Autofill claims to support it, but actually doesn't) Field Specifications for E-Commerce
Apparemment c'est un méthode pour reperer les champs
Autofill_common.js autofillPrefs.setCharPref("form_name.title",
"Ecom_ShipTo_Postal_Name_Prefix,Ecom_BillTo_Postal_Name_Prefix,
Ecom_ReceiptTo_Postal_Name_Prefix");
autofillPrefs.setCharPref("form_name.first_name",
"Ecom_ShipTo_Postal_Name_First,Ecom_BillTo_Postal_Name_First,
Ecom_ReceiptTo_Postal_Name_First,first_name,firstname,first,fname");
autofillPrefs.setCharPref("form_name.middle_name",
"Ecom_ShipTo_Postal_Name_Middle,Ecom_BillTo_Postal_Name_Middle,
Ecom_ReceiptTo_Postal_Name_Middle,middle_name,middlename,middle,mname");
autofillPrefs.setCharPref("form_name.last_name",
"Ecom_ShipTo_Postal_Name_Last,Ecom_BillTo_Postal_Name_Last,Ecom_ReceiptTo_Postal_Name_Last,
last_name,lastname,last,lname");
autofillPrefs.setCharPref("form_name.suffix",
"Ecom_ShipTo_Postal_Name_Suffix,Ecom_BillTo_Postal_Name_Suffix,
Ecom_ReceiptTo_Postal_Name_Suffix");
autofillPrefs.setCharPref("form_name.email_address",
"Ecom_ShipTo_Online_Email,Ecom_BillTo_Online_Email,Ecom_ReceiptTo_Online_Email,email,
retype_email,email1,email2");
autofillPrefs.setCharPref("form_name.phone_number",
"Ecom_ShipTo_Telecom_Phone_Number,
Ecom_BillTo_Telecom_Phone_Number,Ecom_ReceiptTo_Telecom_Phone_Number,phone");
Me gourre je !
