How can I style stripe credit card fields? – Html
I've been integrating stripe using this html coden bootstrap 4. <div class="form-control" id="card-element"></div> which gives me the following output However, I want to have this design: The JavaScript part is as usual: <script src="https://js.stripe.com/v3/"></script> <script> ....... ....... stripe = Stripe(publishableKey);…