An open API service indexing awesome lists of open source software.

https://github.com/mpankajarun/credit-card-validation

This app will show you how to create a simple credit card form. We'll build the whole thing from scratch, with a little help from Bootstrap 3 for the interface, and Payform.js for client-side form validation.
https://github.com/mpankajarun/credit-card-validation

bootstrap3 javascript payformjs validations

Last synced: 2 months ago
JSON representation

This app will show you how to create a simple credit card form. We'll build the whole thing from scratch, with a little help from Bootstrap 3 for the interface, and Payform.js for client-side form validation.

Awesome Lists containing this project

README

          

# Credit Card Validation with Payform.js

This app will show you how to create a simple credit card form. We'll build the whole thing from scratch,with a little help from **Bootstrap 3** for the interface, and [**Payform.js**](https://jondavidjohn.github.io/payform/) for client-side form validation.

# Note:
Keep in mind that storing credit card data on your servers is serious business. You need to be PCI compliant and fulfill a vast number of requirements. Unless you know what you're doing, it is best to use the services of a third party payment processor like Stripe or PayPal that stores all payment information for you.