How to customize the default email width of stripe checkout? -


is there way re-size email width of default stripe checkout , other fields...

https://stripe.com/docs/checkout#integration-custom

e.g

  name: 'demo site',   description: '2 widgets',   currency: "sek",   amount: 2000       width: 500 => possible? 

it possible add width attributes customize controls embedded @ stripe form?

there unfortunately no way tweak of checkout @ moment. if doesn't suit needs, you'd need use stripe.js build own form on end match , feel want.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -