You can use merge tags to display both standard and custom registration fields directly inside your communication emails. These merge tags allow you to personalize email content based on the registrant’s information.

Merge Tag Format

Use the following format for any registration field:

{{registration.<labelname>}}

Standard Registration Field Merge Tags

Field Name

Merge Tag

Title

{{registration.designation}}

Company

{{registration.company}}

Phone

{{registration.phoneNumber}}

Country

{{registration.country}}

Custom Registration Field Merge Tags

Field Name

Merge Tag

Custom Field 1

{{registration.customField1}}

Custom Field 2

{{registration.customField2}}

Custom 2

{{registration.custom1}}

Note: The exact slug names for your custom fields can be copied from the Registration Flow settings.

How to Use Merge Tags in Emails

Conditional Display

You can configure display conditions so that fields appear only when certain criteria are met. This allows for more dynamic and context-specific email content.

Multiselect Fields

If a registrant selects multiple values for a multiselect field, the merge tag will display them in a comma-separated format.