I have a large 10 page form. The payment is on step 2. However, the Stripe payment doesn’t get processed until the entire form is submitted on page 10.
Is there a way I can make the payment go through on step 2 rather than wait for the user to get to page 10?
I’ve had a read through and google, but nothing seems to address this specific issue.
Along the same lines as what @karlpotter has suggested, the Gravity Flow Form Connector extension may be of interest to you. The setup docs for its’ form submission step specifically show how to use a payment form with stripe for that exact purpose. The Stripe extension also has some other payment based step types that could help depending on your post-payment workflow.