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 make it work you need to:
Hope this helps!