I have the next problem. During the TT-races in Assen, the Netherlands, we have a temporary campsite where people can make bookings online via our website. Some are coming individual and some with a group. Is it possible with Chronoforms V5 to show first a form for filling in the group data and than show the form with the personal data for each person. Some times a group exist from 5 persons, some times for 2 persons, sometimes from 15 persons. At the end all the data must loaded in two tables, a group table and a table for all the persons. I hope you can help me.
Forums
showing the same form within a group
Hi Pierre,
Yes you can do that. There are a couple of ways:
a. you could have two forms - the first to get the group info - including the number of people - and give the group an id, then a second form that is repeated for each individual.
b. you can use one form with a container for the individual data that is repeated x times depending on the group size. Again this could be single page form using Javascript to show/hide the multiplier section; or it could be a two page form which uses some Custom Code in page 2 to repeat that section the appropriate number of times.
As you have groups up to say 15 people I would probably go for the first solution as that could allow registration over several sessions if all the information isn't available. You could also set it up so that there is a 'group code' link that the user could send out to get some members to complete their own data.
Bob
Yes you can do that. There are a couple of ways:
a. you could have two forms - the first to get the group info - including the number of people - and give the group an id, then a second form that is repeated for each individual.
b. you can use one form with a container for the individual data that is repeated x times depending on the group size. Again this could be single page form using Javascript to show/hide the multiplier section; or it could be a two page form which uses some Custom Code in page 2 to repeat that section the appropriate number of times.
As you have groups up to say 15 people I would probably go for the first solution as that could allow registration over several sessions if all the information isn't available. You could also set it up so that there is a 'group code' link that the user could send out to get some members to complete their own data.
Bob
This topic is locked and no more replies can be posted.