Confirmed users
1,158
edits
(Created page with "Currently one of the biggest drop offs in completing payments [citation needed] is the filling out of form information. Things such as shipping information can be long and ted...") |
No edit summary |
||
| Line 3: | Line 3: | ||
All problems are compounded on mobile. | All problems are compounded on mobile. | ||
Chrome supports | Chrome supports [https://greenido.github.io/Product-Site-101/form-cc-example.html auto complete], Safari supports [http://www.cultofmac.com/235409/add-credit-card-info-to-safari-autofill-with-mavericks-beta-os-x-tips/ form fill], or [https://www.dropbox.com/s/1ulq2p6zpgr1ofq/Screenshot%202015-08-05%2015.32.51.png?dl=0 for example]. We currently don't support anything beyond basic form interaction. | ||
*Note*: the rest of this page is deliberately high level at this point. | *Note*: the rest of this page is deliberately high level at this point. | ||
| Line 25: | Line 25: | ||
== Credit card == | == Credit card == | ||
Passing credit card or cvv data to sync is tough because that requires PCI compliance. Further more Firefox goes out of its way to ignore form data that | Passing credit card or cvv data to sync is tough because that requires PCI compliance. Further more Firefox goes out of its way to ignore form data that [https://dxr.mozilla.org/mozilla-central/source/toolkit/modules/sessionstore/FormData.jsm#147-151 passes the luhn check]. For the first implementation of a form auto fill, I recommend that we ignore the credit card number. | ||
== Implementation == | == Implementation == | ||