Skip to content

Instantly share code, notes, and snippets.

@simeonwillbanks
Created February 7, 2014 22:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simeonwillbanks/8872839 to your computer and use it in GitHub Desktop.
Save simeonwillbanks/8872839 to your computer and use it in GitHub Desktop.
Credit Card Form Tips via @forest
<input type="email" name="email" x-autocompletetype="email" autocomplete="email" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Email">
<input type="text" class="numberInput unknown" name="card_number" x-autocompletetype="cc-number" autocompletetype="cc-number" autocomplete="cc-number" placeholder="Card number">
<input type="tel" class="cvcInput" name="cc-csc" x-autocompletetype="cc-csc" autocompletetype="cc-csc" autocomplete="false" maxlength="4" placeholder="CVC">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment