Learn how to add an unsubscribe option to a page.
Overview
You can create an unsubscribe option for your contacts and add it to a page. To do this, you must find your unsubscribe option code and paste it into a text block on your page. This article shows you how to do this.
Before you start
Things you need to know:
- All accounts come with a default unsubscribe page. This article explains how to add an unsubscribe option to a page.
- Campaign-level unsubscribe reporting isn't available with this unsubscription method.
Form blocks
You can not use form blocks and unsubscribe form code at the same time.
Add an unsubscribe option to your page
To add an unsubscribe option to your page is a three-step process.
Step 1: Get the unsubscribe code
To get your unsubscribe code:
- Go to Email > Contacts > Signup forms.
- For Include unsubscribe option, select Yes.
- Select Generate code.
- In the Signup form code panel, select Copy to clipboard.
- Paste your code into a plain-text editor.
Step 2: Add the unsubscribe option to your page
To add an unsubscribe option:
- Go to Pages and forms > Pages and forms > All pages and forms.
- Select the page you want to add the unsubscribe option to.
- From the Building blocks side menu, drag a text block onto the EasyEditor canvas.
- Select the text box, then select HTML.
- In your plain-text editor, copy all the code between the
style
andform
tags. - Go back to EasyEditor and paste the code into the HTML panel of your text box.
Step 3: Add the SCRIPT to your page
You canโt add the script tag to the HTML box. Instead, you must use the tracking code feature. To add the script tag to your page:
- In EasyEditor, expand the Utilities drop-down menu, then select Add tracking code.
- On the Tracking codes side-panel, select +Add tracking code.
- Select Other.
- In your plain-text editor, copy all the code between the
script
tags. - Go back to EasyEditor and paste the code into the Other tracking code text box.
- For Tracking code position, select In the <head>.
- Select Apply.
That's it! Once completed, you can complete and style the page with the options that are available in the editor.