Following signup, you may want the campaign's thank-you page to include some of the selected values to reinforce the contact's selection or serve as a reminder. This is possible by including personalization merge tags in the content of your thank-you page.
Learn more about adding personalization to emails and onsite displays.
Note: This approach will work for any multi-selection field. This includes the Dropdown Field, Multiple Select (Checkboxes), and Single Select (Radio).
Example campaign
In this example, the visitor is asked to submit their email address and favorite Hogwarts House to receive a special discount. To create a campaign like this one:
- Navigate to the Convert dashboard and create or select a campaign.
- In the Create step, select the Form fields card and add in any multi-option field. For the "Hogwarts House" example, the following property name and field options were used. The property name is important as it will be referenced in our merge tag later.
- In the Create step, select the Thank You Page Design card. If the option isn't available, make sure a display has been selected and that the After Signup Action is set to the Show thank you page option.
- In the thank-you page editor, add the {{ contact.custom_fields.* }} code snippet to pull in the desired field information. Replace the asterisk with the field's property name. For the "Hogwarts House" example, the snippet would be {{ contact.custom_fields.hogwarts_house }}.
- Configure the rest of the campaigns and Publish. The final result will look something like this: