You can use referrers in Invitario to send information with the URL. Use this to capture the source of a new guest created through a registration form.
Your guests can have the opportunity to register additional people for the event themselves. This option should be available to them as a link in the invitation email or registration form (
learn more here). This allows you to track which of the invited guests made the registration.
To generate the required link, follow these steps:
- In the editor selection field, choose > Macros - Website > "Registration (anonymous)". The text will be entered as: {{page.registration.anonymous.url}}
- In the editor selection field, choose > Macros - Guest the macro that should be entered in the "Referrer" field for the new guest, e.g., > "Full Name". The macro will be inserted in the text.
- Add the following entry between the two macros: &ref=
- The final text entry will look like this: {{page.registration.anonymous.url}}&ref={{guest.fullName}}
In the example shown, the macro "{{guest.fullName}}" writes the first and last name of the invited guest into the "Referrer" field of the new guest. You can also use other values, such as email address {{guest.email}}, external ID {{guest.externalId}}, access code {{guest.accessCode}}.
The editor selection field > Macros - Website > "Registration (anonymous)" is only available in the editors under "Mailings" and "Dynamic Content". To use this in the form, a dynamic content must be created and integrated at the desired location in > Forms.