Registration Form with Multiple Entries and Products

Hi everyone,

I have an Angler Registration form where I collect a name, type (lady, junior, senior) and entry levels (as products) for each angler. I’m using Stripe as my payment gateway. The form is connected to Google sheets so every time an angler signs up it creates a new row in the sheet.

I can get it to work perfectly if I sign up just one angler, but what I need to do is allow the user to enter up to five anglers at a time, have the entry levels for each angler added to the total so only one payment is needed for multiple anglers and create a separate row for each angler in the google sheet.

The best solution I’ve come up with so far is adding duplicate fields and showing them for the first angler, then showing another set of fields when they select “add another angler” using conditional logic. That works fine with totaling up the fees, but only the first angler entered hits the google sheet.

I’s appreciate any suggestions. Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.