-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Form] Add Credit Card Validation #2729
Comments
No, there is not one included in the library. You must write your own using Semantic UI's form validation library. |
I would consider a PR that adds a standard credit card validation as |
FYI you can have a look at the https://github.com/symfony/symfony/blob/2.8/src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php (MIT licensed) |
I think the syntax should probably support specifying card type. I.e.
|
hey guys,
Is there a ready Credit Card Payment form validation script i need to use it in my magento store .
the reason i'm asking for this because i have the credit card form in a standalone page the don't contain prototype.js and magento validation JavaScript library .
can you please help me with this ?
Thanks!
The text was updated successfully, but these errors were encountered: