Category / Section
How to use Merge Tags for the Thank You Page for a Hybrid Event
Published:
1 min read
Updated:
You can customize the Thank You page in the flow builder using HTML merge tags, which allow you to personalize the page contents based on information unique to the purchaser and the event.
Event details
Merge tag | Information used |
---|---|
{{eventName}} | The name of the event. |
{{eventStartDate}} | The start date of the event (according to the event time zone). |
{{eventEndDate}} | The end date of the event (according to the event time zone). |
{{eventStartDateTime}} | The date and time when the event begins (according to the event time zone). |
{{eventEndDateTime}} | The date and time when the event ends (according to the event time zone). |
{{eventTimeZone}} | The time zone of the event. |
{{eventTimeZoneShort}} | The 3-letter abbreviation of the time zone. |
{{eventLogo}} | The URL of the event logo, as uploaded in the branding setup. This merge tag can be used using the image upload tool’s URL field. |
Ticket details
Merge tag | Information used |
---|---|
{{ticketName}} | The name of the ticket purchased. |
{{ticketAmount}} | The cost of the tickets purchased, in the prefixed currency. |
{{ticketCount}} | The number of tickets purchased. |
Buyer details
Merge tag | Information used |
---|---|
{{purchaserName}} | The full name (first name and last name) of the purchaser. |
{{purchaserFirstName}} | The first name of the purchaser. |
{{purchaserLastName}} | The last name of the purchaser. |
Payment details
Merge tag | Information used |
---|---|
{{transactionId}} | The transaction ID for the ticket purchase. |
{{totalTransactionAmount}} | The total amount paid during the transaction, in the prefixed currency. |