Firefox/Features/Form Autofill: Difference between revisions
(→Nightly: 2019=>2020) |
(Add information regarding new prefs in Form Autofill, added support of credit card autofill to UK, FR, DE.) |
||
Line 29: | Line 29: | ||
== Feature Availability == | == Feature Availability == | ||
=== Nightly === | === Nightly === | ||
* Address Autofill: Available for all users in en-US builds (with US/CA/DE addresses [see <code>extensions.formautofill.supportedCountries</code>]). | * Address Autofill: Available for all users in en-US builds (with US/CA/DE addresses [see <code>extensions.formautofill.addresses.supportedCountries</code>]). | ||
* Credit Card Autofill: | * Credit Card Autofill: Available for all users in the following locales: US, CA, UK, DE, FR. | ||
=== Beta === | === Beta === | ||
* Address Autofill: Available for users using an en-US build and located in the US with US addresses. | * Address Autofill: Available for users using an en-US build and located in the US with US addresses. | ||
* Credit Card Autofill: | * Credit Card Autofill: Available for all users in the following locales: US, CA, UK, DE, FR. | ||
=== Release === | === Release === | ||
* Address Autofill: Rolled out to users using an en-US build and located in the US with US addresses. | * Address Autofill: Rolled out to users using an en-US build and located in the US with US addresses. | ||
* Credit Card Autofill: | * Credit Card Autofill: Available for all users in the following locales: US, CA, UK, DE, FR. | ||
=== For Testing === | === For Testing === | ||
Line 44: | Line 44: | ||
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'''. | 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'''. | ||
* <code>extensions.formautofill. | * <code>extensions.formautofill.creditCards.supported</code>: on | ||
* <code>extensions.formautofill.creditCards. | * <code>extensions.formautofill.creditCards.enabled</code>: true | ||
* <code>extensions.formautofill.supportedCountries</code>: (add your country for GeoIP and the saved country) | * <code>extensions.formautofill.creditCards.supportedCountries</code>: (add your country for GeoIP and the saved country) | ||
* <code>extensions.formautofill.addresses.supported</code>: on | |||
* <code>extensions.formautofill.addresses.enabled</code>: true | |||
* <code>extensions.formautofill.addresses.supportedCountries</code>: (add your country for GeoIP and the saved country) | |||
== Implementation == | == Implementation == |
Revision as of 15:03, 2 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.
- Chat Channel: #form-autofill
- Mailing list: autofill@lists.mozilla.org
- Bugzilla Component: Toolkit::Form Autofill (new bug)
- Report website compatibility issues: meta bug
- Preferences:
extensions.formautofill.*
- Code: browser/extensions/formautofill/ Development documentation
- Test pages: https://luke-chang.github.io/autofill-demo/
Planning
- Product Requirements
- Sub-feature Schedule
- Architecture
- UX Specs: Address Autofill Credit Card Autofill
- Visual Design Spec
- Test plan
- Form Autofill Success Matrix/Measurement
- Meeting Notes
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
: onextensions.formautofill.creditCards.enabled
: trueextensions.formautofill.creditCards.supportedCountries
: (add your country for GeoIP and the saved country)extensions.formautofill.addresses.supported
: onextensions.formautofill.addresses.enabled
: trueextensions.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%);