When a user fills a form to create a record, before that record is saved, I would like to direct to a payment form for the stripe payment.
Do I make a multi-page form or two distinct forms with one redirecting to the other and then save the record? Should the stripe form include the fields of my main form and validate everything after the payment?
Basically I'm trying to understand the correct way connecting my main form and my payment form together and not creating the record until the payment is OK.