Replies: 0
Since changing to the new Stripe payments field, the submit button in the field permits the form to be submitted before any card details have been entered. While I hide the Stripe field until an amount is entered, I cannot find how to stop the form being submitted.
I end up with the confirmation email containing, eg.
Total number of items ordered: 0
Payment Mode: {payment_mode}
Payment Status: {payment_status}
Total Amount: {payment_currency} {payment_amount}
Transaction ID: {transaction_id}