Details
-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 5.9.0
-
Fix Version/s: 5.12.0-b1
-
Component/s: Client Interface, Staff Interface
-
Labels:None
Description
Some people save their credit card numbers in Chrome, but those saved credit card numbers cannot be autocompleted in Blesta.
See https://stackoverflow.com/questions/15168261/how-does-chrome-detect-credit-card-fields
Input fields for merchant gateways where Blesta renders the credit card fields should have an autocomplete parameter in the input fields.
The autocomplete parameters should be included for all possible fields within Payment Accounts, including Name, Address, City, State, Zip, etc. The names for the autocomplete="" parameter is included in the link above. For credit card numbers, it would be:
autocomplete="cc-number"
autocomplete="cc-csc"
etc.