I am trying to use the code below to use "Safari's AutoFill" of the credit card. But it did not work
<input type="text" autocomplete="cc-number">
<input type="text" autocomplete="cc-name">
<input type="text" autocomplete="cc-exp-month">
<input type="text" autocomplete="cc-exp-year">
<input type="text" autocomplete="cc-csc">
To edit or delete any saved credit card, go to Settings > Safari > AutoFill > Saved Credit Cards, and tap the card you want to edit or delete. Tap Edit and then tap Delete Credit Card or change the credit card information. Tap Done.
To make it work you need to:
Hope this helps!
I solved by using this ids:
<input type="text" id="cardNumber">
<input type="text" id="cardHolder">
<input type="text" id="cardExpirationMonth">
<input type="text" id="cardExpirationYear">
<input type="text" id="cardCsc">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With