Two Separate Stripe Checkout Forms on One Page
问题 How can I have two Stripe checkouts on the same page? Currently, I have two buttons, a charge.php , and a charge-monthly.php file. Hoping to Achieve: two separate buttons: one for one-time donation / the other for monthly donation. FORM ENTRY - single donation <form action="index.php" method="post"> <input class="form-control donation-page" id="custom-donation-amount" min="1" step="10.00" type="number" value="100"> <script src="https://checkout.stripe.com/checkout.js"></script> <button class=