Working on similar issue for Commerce Stripe #2859640: Better credit card form UX
I noticed that also Braintree could be improved a little - at least about error messases

So there could be some small improvements that could be done:
- Use the core classy/messages to get the styling for error messages.
- Position the error messages right before credit card form (we could have multiple payment select before).
- styling (try to look more drupal core).
- use list of errors, for better separation of fields not validated.

CommentFileSizeAuthor
#2 credit_card_errors_ux-2860144-2.patch4.45 KBvasike

Comments

vasike created an issue. See original summary.

vasike’s picture

Status: Active » Needs review
StatusFileSize
new4.45 KB

and here is patch for a better credit card errrors UX.

  • bojanz committed 017eec0 on 8.x-1.x authored by vasike
    Issue #2860144 by vasike: Better credit card form UX
    
bojanz’s picture

Status: Needs review » Needs work

Committed the classy/messages part, leaving the rest for later.