Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 432 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 432 Bytes

#Validate-Form : Credit Card

This package extends the Validate-Form package found here

Setup

meteor add forms:validate-credit-card

Useage

Simply add data-credit-card to your fields like so

<form id='new-user-form' class='validate'>
  <div class="form-group">
    <input type="text" name="credit-card" data-onblur data-credit-card>
  </div>
</form>