i'm trying to set up a registration for a group but i do not need to have the user enter each members info. all i need to know is how many are in the group and the contact info for the person filling out the form. how do i get dt register not to ask for information for each person they are registering? some of these groups will have 60 to 100 people in them so it's not feasible to fill out that much data.
Hello. You should setup to offer only individual registrations, then create a custom field asking how many people are being registered for. This will accomplish your goal. The only downside is that if you will not be able to show the current # registered data column on the frontend list of events because it will not be accurate. The custom field would have no way of adding to your calculation for that. You would however see that info in the backend records, the admin notification email, and the CSV export. Thanks.