Jan 06, 2026 | 3 min read

Eventact back-office interface provides tools for managing registrant data, financial records, and communicating with attendees.

Core Functionality

The Registrants Page

To perform management tasks, navigate to the "Registrants" page within the Registration module.

Tools and Features:

  1. Search: Locate entries by code, name, email, or custom parameters.
  2. Predefined Filters: Filter by status (e.g., Paid, Unpaid, Approved).
  3. Active Report: View or edit the current report on the "Reports" page.
  4. View Settings: Toggle the filter bar and select data sources from specific registration forms.
  5. Bulk Actions: Apply actions to multiple selected records (Delete, Send Message, Download).
  6. Group Management: Link various attendees to a single group organizer.
  7. Registrant's Table: View registrant details in a table format.
  8. Import: Upload registrants from an Excel file.
  9. Add New Registrant: Manually add individual registrants.
  10. Show/Hide Filters: Toggle the visibility of the filters bar.
Event registrants view
Registrants view

Assigning Roles at Registration

Roles such as Speaker, Exhibitor, or Sponsor do not have to be set manually after registration closes. Instead of cross-checking the registrant list against the scientific program or the exhibition floor plan, let the registration form assign the role itself.

Ticket-Driven Roles

In the Pricelist, a ticket can be configured to automatically assign a role to anyone who selects it. Create a dedicated speaker ticket and connect it to the Speaker role: every registrant who chooses that ticket is flagged as a speaker the moment the form is submitted. The same applies to any other participant type, for example an exhibitor ticket that assigns the Exhibitor role.

Once the role is set, it drives the rest of the event automatically:

Restricting Who Can Select the Ticket

Because the ticket grants a role, you will usually want to keep it out of reach of general attendees. Several options are available:

Roles can still be added or changed manually at any time from the registrant's record, and a single person may hold several roles at once.

Importing Registration List

The Import Wizard supports creating new records and updating existing ones.

Data Processing

The system removes invalid characters and extra spaces from phone and email fields. To update existing records, a unique key field (e.g., Email or ID) must be chosen to identify which records to modify.

Preparation Checklist:

Matching fields
Matching fields with the form

Hotel and Tickets Selection Import

This section covers importing accommodation details and ticket quantities.

Logic and Structure:

Mapping Requirements:

Map Excel columns to the following fields:

Data Layout Examples:

First Name Last Name Hotel (Room Included) Room Part (Occupancy) Hotel Check-in Hotel Check-out Hotel Notes
Skylar Jones Ibis Berlin Standard XX 17-09-2024 18-09-2024 Floor 5, Room 505
Luna Brown Ibis Berlin Standard X 17-09-2024 18-09-2024 Rooming with S. Jones

Note: Hotel Notes are displayed by default in the built-in hotel reports.

Example 2 : Hotel name and occupancy in the same column

Hotel Notes Hotel Check-out Hotel Check-in Hotel Last Name First Name
Floor 5, Room 505 17-09-2024 18-09-2024 Ibis Berlin Standard XX Jones Skylar
Next to Skylar Jones 17-09-2024 18-09-2024 Ibis Berlin Standard X Brown Luna

Example 3: Hotel + Room type without occupancy will result in Eventact selecting the first occupancy for the room type.

Hotel Notes Hotel Check-out Hotel Check-in Hotel Last Name First Name
Floor 5, Room 505 17-09-2024 18-09-2024 Ibis Berlin Standard Jones Skylar
Next to Skylar Jones 17-09-2024 18-09-2024 Ibis Berlin Standard Brown Luna

Notice! While importing fields of types "Radio", "Checkbox" or "Menu": in the excel file indicate the numerical value of the field, not its textual content.

Read more