Bookings
Description
With the booking feature, participants can register for specific program sessions of your event, such as lectures, workshops, or other activities.
If required, organizers can set a maximum number of participants for each session.
The feature can be used in conjunction with ticket sales or simply to manage whether attendees of a hybrid event participate online or on-site.
Creating a Booking
If you would like to manage ticket bookings for your event, or require participants to register for either online or on-site attendance, the booking feature can help you with this.
To create a booking, navigate to Bookings via the Cockpit.
When creating a new booking, you can configure the following settings in addition to the title and description:
Capacity: the maximum number of participants who can register for this booking.
Approval Mode: whether bookings are approved automatically or must be manually confirmed by the host.
Scheduling: whether participants can freely select the date and time for the booking, or whether the booking is linked to a pre-defined agenda item.
Access & Visibility: whether only guests with a specific tag can view and book the booking.
.png)
Booking Groups and Booking Rules
After creating a booking, you can create a group to organize related bookings. Within these groups, you can define one of the following booking rules:
Unlimited: participants can make as many bookings as they want within the group.
Single Choice: participants can only make one booking within the group.
No Time Conflict: participants can make multiple bookings within the group, provided the bookings do not overlap in time.
Once the groups have been created, you can edit individual bookings to assign them to a group and define their order within that group.
Offering a Booking in the Registration Form
If the "Bookable in Registration Form" toggle is activated, your registration form will appear as follows.
.png)
Showing Bookings in Email Templates
If your event uses registration and/or email invitations, you can display a participant's current bookings in the registration confirmation email or the invitation email. To do so, add the following placeholder to the email template:
{{#if bookings.length}}{{#each bookings}}{{this.title}} – {{this.startDateShort}}, {{this.startTime}}–{{this.endTime}}<br />{{/each}}{{/if}}
If any bookings already exist, they will be displayed in the email.
.png)
Participants can update their bookings at any time using the "Manage Your Bookings" link.