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.
- Host: GitHub
- URL: https://github.com/mpankajarun/credit-card-validation
- Owner: MPankajArun
- Created: 2018-01-05T10:49:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T11:03:32.000Z (over 8 years ago)
- Last Synced: 2025-02-27T19:53:47.942Z (over 1 year ago)
- Topics: bootstrap3, javascript, payformjs, validations
- Language: HTML
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.