-
Notifications
You must be signed in to change notification settings - Fork 192
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
Server side validation errors don't reopen modal or slide down panel #264
Comments
Related: Perhaps it would be helpful to perform additional initial cc validation (cvv/exp/name) on the client side using the stripe.payments script. Another thing I've noticed on server validation is when actionable errors are returned, it blanks out the entire form so you have to re-enter everything again. |
I noticed the same issue with blanking fields. That can be annoying for users. I agree we need some client side validation. Is stripe payments script you mentioned something specific only to the Stripe gateway or can that be used cross-gateway? |
Bumping milestone... |
Oh, I meant the jquery.payment script (it's by the stripe team) that Give uses to validate the CC number also offers basic validation logic for cvc and expiry. |
Gotcha |
@pryley "Perhaps it would be helpful to perform additional initial cc validation (cvv/exp/name) on the client side using the stripe.payments script."
|
I'm going to see if I can get this into 1.3.1 |
Scenario: If a user attempts to donate using a Give form in modal view and there is an error returned back from the payment gateway
Problem: The user has no idea the error occurred without clicking back into the modal
The text was updated successfully, but these errors were encountered: