Tickets are the access passes that attendees receive when they register for your event. Each ticket defines who can attend, what they pay, and how many people a single registration covers. You can have multiple ticket types on one event — for example, a free early-bird pass alongside a paid VIP option — and control exactly when each ticket is available for registration.Documentation Index
Fetch the complete documentation index at: https://docs.jointoevent.io/llms.txt
Use this file to discover all available pages before exploring further.
The ticket list
Open your event in JTE Panel and click Tickets in the sidebar. The table shows every ticket you have created, with the following columns:| Column | What it shows |
|---|---|
| Name | The display name of the ticket (listedName) |
| Type | Individual or Group |
| Price | All configured currency prices |
| Usage | Registrations used out of the allowed maximum (useCount / maxUseCount) |
| Validity | The availability window, or “no limit” if unrestricted |
You cannot delete the last remaining ticket on an event. At least one ticket must exist at all times.
Creating a ticket
Click + Add ticket in the top-right corner of the ticket list to open the creation form.Choose the ticket type
Select Individual (
0) for a ticket that covers one person, or Group (1) for a ticket that covers multiple people under a single registration.Set the price
Under the Price section, add one or more currency–amount pairs. Each entry has:Click + to add another currency. Click − to remove a row. You cannot remove the last price row.
The currency for this price (for example, PLN, EUR). You must select a currency for every price row.
The ticket price in the selected currency. Leave as
0 for a free ticket.Configure group discounts (optional)
Toggle Enable discounts to define tier-based discounts for group registrations. Each tier has:Click + to add more tiers. Click − to remove a tier.
The minimum number of people in the group to qualify for this tier.
The maximum number of people in the group for this tier.
Percentage off the ticket price for this tier.
Fixed cash amount deducted from the ticket price for this tier.
Set the usage limit (optional)
The maximum number of times this ticket can be used across all registrations. Leave blank to allow unlimited registrations.
Restrict availability by date (optional)
Toggle Time-limited ticket to show date pickers. When enabled:You can also set redirect URLs that apply after registration completes:
The date and time from which the ticket becomes available for registration.
The date and time after which the ticket is no longer available.
URL to redirect the attendee to after completing a free registration.
URL to redirect the attendee to after registering with a traditional (bank transfer) payment.
URL to redirect the attendee to after registering with an online payment.
Editing a ticket
In the ticket list, click the green pencil icon on the ticket row you want to change. The edit form uses the same fields as the creation form. Make your changes and click Save.Deleting a ticket
Click the red trash icon on a ticket row. A confirmation dialog will appear with the ticket name. Click Delete ticket to confirm.Importing a ticket template
JTE Panel supports custom-designed ticket layouts via HTML file upload. Importing a template replaces the default ticket appearance for your event.Preview the template
Click Preview to see how the uploaded HTML will render. The preview appears below the file input. If the layout looks wrong, select a different file before saving.
The import screen accepts
.html and .cshtml files only. Make sure your template is fully self-contained with any styles inlined or embedded in a <style> block, as external stylesheets are not loaded during preview or ticket generation.