MWML [SURVEY]-Tag
MWML [SURVEY]-Tag
Creates a survey link.
Usage
Email templates, landing page templates, emails, landing pages
Syntax
[SURVEY id='...']<Link-Text>[/SURVEY], [SURVEY /]
Attributes
Attribute
Value
Description
id
1
Integer
ID of the survey
name
Text
Name of the survey
Examples
Value within a
simple input or HTML input
:
[SURVEY id='1' name='Customer Satisfaction Survey']Participate in survey[/SURVEY]
HTML source code, for example in an email template:
<a href="[SURVEY id='1' name='Customer Satisfaction Survey' /]">Participate in survey</a>
1. Required field