I've got a form for new members to pay dues using Stripe that also creates a website account. I'd like to change the form so that couples (or multiple individuals) can ALL be registered on the site while paying their dues.
I've considered various approaches but haven't actually completed the solution.
If you have done this successfully, what method(s) do you use?
You can rather easily programmatically register users when the form is submitted, using the frm_after_entry_create hook, however, I'm not clear if that's what you're asking. Do you want a form that takes multiple payments or just a form that has multiple people and email addresses with one payment?
Please login or Register to submit your answer