[Vuejs]-Change manually placeholder text in input "postalCode" in Stripe from "ZIP" or "Postal Code" to "ZIP/Postal"

0👍

instead of using the all-in-one card element, you can place the individual cardNumber, cardExpiry and cardCvc elements to the your own postal input element, of which you can customize the label as you want.

Remember to include the value of postalCode that you collected from your own postal code input element when confirming the payment.

See https://stripe.com/docs/js/element/other_element

Leave a comment