Introduction

Introduction

Templates allow you to create sophisticated mailings, landing pages, and surveys without programming knowledge. The content can be added or moved in the editor via drag & drop. The template source code consists of HTML and MAILINGWORK's own markup language "MWML".

Managing Templates

The template management is located in the menu under Modules Templates. If this menu item is not visible, you are missing the corresponding permission. Please contact your MAILINGWORK administrator if you have any questions.

Introduction to MWML Syntax

MWML tags are defined in square brackets [ and ]. Most MWML tags have a start tag [...] and an end tag [/...].

Example: MWML Container

  1. [CONTAINER name='my-container'] ... [/CONTAINER]

Email and landing page templates are structured particularly by [CONTAINER]-, [ELEMENT]- and [BLOCK]-tags. Input fields are created by [INPUT /]-tags. For the mentioned MWML tags, the name attribute must be assigned.

Warning
The value of the name attribute must be lowercase and must not contain spaces or special characters. Hyphens and underscores are allowed.

The structure and syntax of email and landing page templates are basically identical. Some special MWML commands are available for survey templates. Please choose which type of template you want to create: