Techarena 2027 · Registration

Group ticket buttons

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.

What the card shows today

A lo-fi copy of the Attendee tier, for reference — the two group rows are the ones being wired up.

What’s included Buy now €199 incl. VAT
Group tickets Save more
−15% 3 tickets €135/pc
−25% 5 tickets €119/pc

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.

Step 1Get the token and the slug

Every widget on the page has its own token. The Attendee tier is the one behind the group pricing:

TierTicket type slugWidget token
Attendee attendee-admission z1qDrTfHBN6MEK1pQPFhtGNoNyv2MmiWCZY1TkVMhzBa
Startupstartup-admissionM2f45SNJQi9z71sRv6KNXwyzKmogYBrhs2Hhi6nuMiiE
Executiveexecutive-admissionsqAokWPApVDwjJAip6xCdKGAd4TTiqc2Mq71RyRoSHny
Investorinvestor-admission3zUg5RzYoCrYVvmbzfMBNUgT589sGqGW74doTNY2u2DC
Placeholder VIPplaceholder-vipnwEJv6BPzP3s8AYDfFtCgkSERiw4Ean35HtMwc193gjj

Step 2Add the attributes

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.

Step 3Make the rows clickable in Webflow

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.

Don’t add an 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.

Try it

Attendee tier

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 →