Attendees for Category {{ $ctrl.getCategoryDescription(ticketInfo, ($index + 1))}}

Insert Attendees help

Attendees:

You can handle attendees' data in different ways

  • Insert attendees manually: add attendees' data, one by one.
  • Upload CSV: import attendees' data using a CSV file.
  • Reserve empty seats: create the reservation without specifying who will attend the event. This could be useful if you want to send the reservation link to the contact person for filling the data.

File Specifications:

General
Please create a CSV file without header, using commas (,) as separator, double quotes (") as quote character and backslash (\) as escaping character
Row specification
                        FirstName,LastName,email@host.tld

                        where:

                        FirstName is the first name of the attendee
                        LastName is the last name of the attendee
                        email@host.tld is the email of the attendee (the ticket will be sent to this address)
                    

Assign attendees to a Ticket Category help

You can choose whether to assign attendees to existing tickets belonging to an existing category or to create a new, restricted category just for those attendees.

Use Existing

You'll reserve existing seats from an existing category. If the number of attendees exceeds the number of available seats in the category

  1. and there are still tickets not allocated to other categories, then the number of seats of the category will be increased accordingly.
  2. and the "add extra seats..." option has been selected, then the number of seats of the event will be increased accordingly.

if none of the conditions are met, the reservation will not be created.

Create new

A new restricted category will be created specifically for this category. The system will check if there are enough available seats in the event.

If that's not the case, and the "add extra seats..." option has been selected, then the number of seats of the event will be increased accordingly. Otherwise the reservation will not be created.

{{$ctrl.calculateTotalPrice(ticketInfo.category.price) | money : ($ctrl.event.currency || "")}}
If you add tickets to a public category and the reservation expires, any added seats will be released to the public.
{{$ctrl.errorMessage}}