Firefox/Features/Form Autofill: Difference between revisions

(Add information regarding new prefs in Form Autofill, added support of credit card autofill to UK, FR, DE.)
m (Add See Also section)
 
(One intermediate revision by one other user not shown)
Line 16: Line 16:
== Planning ==
== Planning ==
* [https://docs.google.com/document/d/1Rk6SIH_O_wab1CsphHhuwmvT8gXCG-D0B0ki0R3dmC4/edit?ts=577b1d52#heading=h.ifofy8kjhyvh Product Requirements]
* [https://docs.google.com/document/d/1Rk6SIH_O_wab1CsphHhuwmvT8gXCG-D0B0ki0R3dmC4/edit?ts=577b1d52#heading=h.ifofy8kjhyvh Product Requirements]
* [https://docs.google.com/spreadsheets/d/1njlhM72mf6FySGBMGoOGtac59fjU06pBdvGUf7yoFfo/pubhtml?gid=232643697&single=true Sub-feature Schedule]
* [https://docs.google.com/presentation/d/1OzPEkTjDn5vJ2IWyswpn3F_xGxTGUsmBrJ6U1viHMps/edit Architecture]
* UX Specs: [https://mozilla.invisionapp.com/share/AP8TFZ22G Address Autofill] [https://mozilla.invisionapp.com/share/7ZA4WEK9W Credit Card Autofill]
* UX Specs: [https://mozilla.invisionapp.com/share/AP8TFZ22G Address Autofill] [https://mozilla.invisionapp.com/share/7ZA4WEK9W Credit Card Autofill]
* [https://mozilla.invisionapp.com/share/MQ8J8K4CE#/screens/222029808 Visual Design Spec]
* [https://mozilla.invisionapp.com/share/MQ8J8K4CE#/screens/222029808 Old Visual Design Spec]
* [https://wiki.mozilla.org/QA/form_autofill Test plan]
* [https://wiki.mozilla.org/QA/form_autofill Test plan]
* [https://docs.google.com/document/d/1EJmgVt0XDRZh5d-C7UZHogYnLXbquSVdO8ZvpvpgL0o/edit Form Autofill Success Matrix/Measurement]
* [https://docs.google.com/document/d/1QtyaF0rGqTtqxl1hcIhD-X_i1vNCPJO9Xo10CosdLCg/edit Meeting Notes]
* [https://docs.google.com/document/d/1QtyaF0rGqTtqxl1hcIhD-X_i1vNCPJO9Xo10CosdLCg/edit Meeting Notes]


Line 72: Line 69:


[[Category:Firefox]]
[[Category:Firefox]]
== See Also ==
{{subpagelist}}

Latest revision as of 10:04, 31 May 2022

Introduction

Form Autofill saves users time and effort when making online purchases by storing their personal information in a profile and automatically populating form fields when the user requires it.

Our objective is to increase user engagement, satisfaction and retention for frequent online shoppers (those who make an online purchase at least once per month). We believe this can be achieved by enabling users to complete forms and “check out” in e-commerce flows as quickly and securely as possible.


Planning

Child Pages

Feature Availability

Nightly

  • Address Autofill: Available for all users in en-US builds (with US/CA/DE addresses [see extensions.formautofill.addresses.supportedCountries]).
  • Credit Card Autofill: Available for all users in the following locales: US, CA, UK, DE, FR.

Beta

  • Address Autofill: Available for users using an en-US build and located in the US with US addresses.
  • Credit Card Autofill: Available for all users in the following locales: US, CA, UK, DE, FR.

Release

  • Address Autofill: Rolled out to users using an en-US build and located in the US with US addresses.
  • Credit Card Autofill: Available for all users in the following locales: US, CA, UK, DE, FR.

For Testing

If you would like to test these features but don't meet the conditions above, you can manually turn them on by modifying the following prefs via about:config and then restart Firefox.

  • extensions.formautofill.creditCards.supported: on
  • extensions.formautofill.creditCards.enabled: true
  • extensions.formautofill.creditCards.supportedCountries: (add your country for GeoIP and the saved country)
  • extensions.formautofill.addresses.supported: on
  • extensions.formautofill.addresses.enabled: true
  • extensions.formautofill.addresses.supportedCountries: (add your country for GeoIP and the saved country)

Implementation

Releases:

Platform Dependencies

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


See Also