I am creating a registration page for a client who wants a very specific process.
This is not something your system can probably do and may require custom work.
It is a cross btw how you individual plus additional registrants work and how group registration works.
this is how it works:
On the first page of registration, the registrant gives personal information and selects the numbers of guests.
The next page gives an area to enter in guest information. The number of fields matches the number of guests selected on the previous page.
Once that page is submitted, the registration is able to confirm their order and pay.
Thanks Jonathan
A simpler solution might be to use the standard additional individual registration. Then after people have entered the names of the registration, you get taken to a confirmation page that says something to the effect “You have registered 10 people for this event” (or better yet, you have registered yourself and 9 guest for this event). ANd then give them an option to reserve a table, which would be a simple radio button form. Is it possible to add questions that appear after entering registrants data?
It’s not possible to ask questions on a second page. However, on the standard registration form, if you keep adding attendees, the button that adds the 10th attendee has a unique id of “add-additional-attendee-9”. So you could add your table question in the event editor, then use jquery on the registration page to hide the question when the page loads. Then put a listener on the form so that when the a#add-additional-attendee-9 is clicked, the question is then displayed.
Viewing 3 reply threads
The support post ‘Customizing Group Registration’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.