Email 2.0: Modules - Start new email without any modules | Community
Skip to main content
September 23, 2016
Solved

Email 2.0: Modules - Start new email without any modules

  • September 23, 2016
  • 2 replies
  • 2188 views

Was wondering if it is  possible to start with an empty email from a modular email template.

As it is right now, when i create a new email from my modular email template, all the modules are added/loaded in the email.

I don't want this behaviour since i have 20+ modules and only want to use say 3 or 4 depending on my needs.

Its time consuming to delete module by module and would be much easier to just drag and drop the 3 or 4 modules i need.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Grégoire_Miche2

Hi Andy,

This is now possible, since Friday

Just add:

mktoAddByDefault="False"

To your modules.

e.g.:

<tr class="mktoModule" id="logo-2" mktoname="2logo-module-02" style="padding:0 !important; margin:0 !important;" mktoAddByDefault="False">

-Greg

2 replies

September 26, 2016

This is working very well. Thanks!

Grégoire_Miche2
New Participant
September 26, 2016

Pls mark it as responded, so that it gets out of the radar.

-Greg

Grégoire_Miche2
Grégoire_Miche2Accepted solution
New Participant
September 26, 2016

Hi Andy,

This is now possible, since Friday

Just add:

mktoAddByDefault="False"

To your modules.

e.g.:

<tr class="mktoModule" id="logo-2" mktoname="2logo-module-02" style="padding:0 !important; margin:0 !important;" mktoAddByDefault="False">

-Greg

Grégoire_Miche2
New Participant
September 26, 2016

P.S.: you can also set a 3 or 4 modules by default (the most used ones) and leave the others in the "module bank".

To make it present by default, add

mktoAddByDefault="True", or just nothing

-Greg