Unsubscribe Forms

Unsubscribe forms are web pages that users land on after clicking the Unsubscribe link in an email.

Benefits of Using Unsubscribe Forms

  • Protecting the sender’s reputation: The form allows you to end the communication neatly, leaving the user with a positive impression of the brand.
  • The ability to save the contact: Instead of an instant unsubscribe, you can offer an alternative, for example, a thirty-day pause or changing subscription categories.
  • Analytics of reasons for unsubscribing: Contacts can indicate the reason for unsubscribing, allowing you to improve content and communication in the future.
  • Flexible brand experience: The ability to customize the form allows you to design it according to your design, style, and user language.
📘

Unsubscribe forms are available upon request. Please contact us at [email protected] to activate the functionality for your account.

Form Types

  1. Double Opt-Out Form: The contact first sees a page with the option to leave a comment and choose a reason for unsubscribing. The final unsubscription occurs after confirmation.
Double Opt-Out Form

The form includes the following pages:

  • Main page
  • Successful unsubscribtion
  1. Opt-Out Form: The contact is immediately unsubscribed but can leave feedback, after which they will be offered the options to subscribe again now or in 30 days.
Opt-Out Form

The form includes the following pages:

  • Main page
  • Contact sent feedback
  • Contact subscribed again
  • Contact paused subscription for 30 days

Creating an Unsubscribe Form

  1. Go to your account settings → Unsubscribe forms section → Forms → click New form.
New form
  1. Select the form type (Double Opt-Out or Opt-Out) and how you want to create it:
  • Default template: Сustomize the existing code.
  • From scratch: Add your HTML.
Select the form type

Required Code Snippets

  1. The Double Opt-Out form must contain code that performs the unsubscribe after clicking the button:
Double Opt-Out
  1. The Opt-Out form must contain code that performs re-subscription and leaving feedback.
  • Main page:
Main page
  • Contact Sent Feedback page:
Contact Sent Feedback

Multilanguage

Forms support multiple languages.

Multilanguage

The language is determined automatically in the following order:

  1. The language specified in the message.
  2. The user's browser language.
  3. The language from the contact's profile.
  4. The default form language.

Setting CSS Styles

You can customize the form's CSS styles by uploading a file or by adding the CSS code directly into the form.

📘

Note

Adding CSS styles is not required, but is recommended, as HTML without styles may not display correctly.

Using CSS file

  1. Go to the CSS tab and upload the appropriate file.
CSS
  1. Copy the link to the file.
Copy the link to the file
  1. Specify a link to the file in the HTML code of each form page.
Link to the file

Adding CSS code

Add CSS code directly on each form page.

Changing Favicon

A favicon is a small icon that appears in a browser tab.

Favicon

To change the form and email favicon, follow the instructions at the link.

Testing and Publishing

Copy the form’s link and follow it to view the created form in the browser.

Copy the form’s link

Click Publish so your contacts start going to the unsubscribe form.

Publish
📘

Note

  • A published form applies to all email messages.
  • Only one unsubscribe form can be published.
  • While the form is published, it cannot be deleted.