Navigation

Configuring the Interception Form

Configuring the interception form means creating the content of the web page that will display to recipients when messages are intercepted.

Following are examples of interception messages, in English and French:

Prerequisite
  • To have access to the interception form, message interception must be activated. In addition, the configuration of this form is mandatory when using message interception, so if it is not done, a warning message will inform you to do so.
Access Path

> Configuration > Consents > Interception form tab

How To

  1. Open the Interception form.

  2. In the lower section of the window, in the editor zone, insert the HTML code of the page that will display the interception text and links.
    • It is important to include in your interception form a subscription confirmation link, an unsubscribe link as well as a link to allow the use to proceed to the confirmation at a later time.
    • Following are HTML code examples for English and French forms:    
      English (en-US)
      French (fr-CA)
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <title>Interceptor</title>
      </head>
      <body>
      <p>Confirm that you wish to continue to receive these communications.</p>
      <a href="[[=Interception.Optin;]]">I agree</a><br />
      <a href="[[=Interception.AskAgainLater;]]">Ask me later</a>
      <!--Code to HTML comment, do not offer the unsubscribe
      <a href="[[=Interception.Optout;]]">Unsubscribe</a><br />-->
      </body>
      </html>
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <title>Interception</title>
      </head>
      <body>
      <p>Veuillez confirmer que vous désirez continuer à recevoir ces communications.</p>
      <a href="[[=Interception.Optin;]]">Je confirme</a><br />
      <a href="[[=Interception.AskAgainLater;]]">Me demander plus tard</a>
      <!--Code to HTML comment, do not offer the unsubscribe
      <a href="[[=Interception.Optout;]]">Me désabonner</a><br />-->
      </body>
      </html>
  3. By default, there are two interception languages, fr-CA and en-US. If needed, you can add additional languages and even delete some. To add, click on the + sign next to the language tabls. To delete a language, just click on the corresponding language tab and then click on the related links shown below the editor.
    ** IMPORTANT - To make sure the right interception message is displayed to recipients, you must specify the interception language IN YOUR EMAIL MESSAGE, in the version information of the message, even if you have only one interception language.
  4. Once the form is configured, click Save.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.