SOLVED

Re: Email 2.0: Modules - Start new email without any modules

Go to solution
Anonymous
Not applicable

Email 2.0: Modules - Start new email without any modules

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Grégoire_Miche2
Level 10

Re: Email 2.0: Modules - Start new email without any modules

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

View solution in original post

4 REPLIES 4
Grégoire_Miche2
Level 10

Re: Email 2.0: Modules - Start new email without any modules

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
Level 10

Re: Email 2.0: Modules - Start new email without any modules

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

Anonymous
Not applicable

Re: Email 2.0: Modules - Start new email without any modules

This is working very well. Thanks!

Grégoire_Miche2
Level 10

Re: Email 2.0: Modules - Start new email without any modules

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

-Greg