Techarena 2027 · Registration
The 3 tickets and 5 tickets rows currently show a price and nothing else. This turns each one into a button that opens the widget with that quantity already chosen.
A lo-fi copy of the Attendee tier, for reference — the two group rows are the ones being wired up.
The widget itself prices these as 1–2 at €159 each, 3–4 at €135.15 each, and 5 or more at €119.25 each, excluding €39.75 tax.
Every widget on the page has its own token. The Attendee tier is the one behind the group pricing:
| Tier | Ticket type slug | Widget token |
|---|---|---|
| Attendee | attendee-admission | z1qDrTfHBN6MEK1pQPFhtGNoNyv2MmiWCZY1TkVMhzBa |
| Startup | startup-admission | M2f45SNJQi9z71sRv6KNXwyzKmogYBrhs2Hhi6nuMiiE |
| Executive | executive-admission | sqAokWPApVDwjJAip6xCdKGAd4TTiqc2Mq71RyRoSHny |
| Investor | investor-admission | 3zUg5RzYoCrYVvmbzfMBNUgT589sGqGW74doTNY2u2DC |
| Placeholder VIP | placeholder-vip | nwEJv6BPzP3s8AYDfFtCgkSERiw4Ean35HtMwc193gjj |
The attribute is data-tito-q- followed by the ticket type’s slug. Capitalisation doesn’t matter — HTML lowercases attribute names and Tito matches either way.
<a data-tito-button
data-tito-token="z1qDrTfHBN6MEK1pQPFhtGNoNyv2MmiWCZY1TkVMhzBa"
data-tito-q-attendee-admission="3">3 tickets</a>
<a data-tito-button
data-tito-token="z1qDrTfHBN6MEK1pQPFhtGNoNyv2MmiWCZY1TkVMhzBa"
data-tito-q-attendee-admission="5">5 tickets</a>
The existing Buy now button keeps the same token with no quantity attribute, and still opens at 1.
On the live page those two rows are Text components, so there is nothing to hang the attributes on. Each needs to become a link or button element first, then take the three attributes above.
href. The embed script doesn’t cancel the click, so a link with both an href and data-tito-button opens the widget and navigates away.
Real buttons on the real widget — these are live.
The embed script can’t load here, so the buttons are inert. These open the same preselected widget directly:
3 tickets →
5 tickets →