I want to make some kind of booking form where the user select how many people he book for and then enter each person's details.
First, the user select how many people he will book for, 1-8. Depending on what he select, 1-8 name fields will appear. The user enter each persons name (so far no problem).
After that, I want the form to "rotate" 1-8 times so the user can enter the details for each person (for exampel address, phone number, shoe size and so on). Also, it should always be very clear which person he is currently editing for (so the name field in the beginning must follow).
I don't want to make one looong form where the user enters all the details on a single page. It will be too messy. I will use Gravity Forms 1.5 with multi-pages.
Preferably I would like to choose number of people, and enter everyones names on page 1. Then, on the next page/pages, every person's own details should be entered.
And last, when there is no more people, the user need to pay using the Paypal add-on. The price depends on the number of people.
Can this be done using Gravity Forms at all? One thing I don't understand is how to get data from the first page in a multi-page form to follow to the other pages.