MWML [SURVEY]-Tag

MWML [SURVEY]-Tag

Creates a survey link.

Usage

Email templates, landing page templates, emails, landing pages

Syntax

  1. [SURVEY id='...']<Link-Text>[/SURVEY], [SURVEY /]

Attributes

Attribute
Value
Description
id1
Integer
ID of the survey
name
Text
Name of the survey

Examples

  1. [SURVEY id='1' name='Customer Satisfaction Survey']Participate in survey[/SURVEY]

HTML source code, for example in an email template:
  1. <a href="[SURVEY id='1' name='Customer Satisfaction Survey' /]">Participate in survey</a>



1. Required field