Some helpful pointers and a nice example. Open source it and that's that. But $149?
Creditcard.js: a more usable credit card form
11–20 of 112 posts
Re: Creditcard.js: a more usable credit card form
#12Re: Creditcard.js: a more usable credit card form
#13$149 is a extremely high price-point for this with so many alternatives out there. I also don't see the value vs. the price. I've implemented http://jquerycreditcardvalidator.com/ with authorize.net with zero issues. Good luck selling this.
Re: Creditcard.js: a more usable credit card form
#14Re: Creditcard.js: a more usable credit card form
#15Very high price point, developers who can afford to buy it can likely code it themselves.
Re: Creditcard.js: a more usable credit card form
#16> Creditcard.js avoids these design mistakes, providing an HTML/CSS/JS solution compatible with any payment form. If it requires JS, then it isn't compatible with any payment form.
When JS is not available, this becomes a regular HTML form with inputs and selects.
Re: Creditcard.js: a more usable credit card form
#17Re: Creditcard.js: a more usable credit card form
#18Re: Creditcard.js: a more usable credit card form
#19However, it's pretty much all covered by Stripe's open source jQuery.payment, which is also agnostic to your payment gateway.
https://github.com/stripe/jquery.payment
(Disclaimer - I built it.)
Re: Creditcard.js: a more usable credit card form
#20The first digit in the second block shows up correctly, but then the cursor is positioned before the first digit/second block, so that the remainder of the block gets inserted in front of the first digit, completely messing up the card number.