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.
Solved! Go to Solution.
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
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
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
This is working very well. Thanks!
Pls mark it as responded, so that it gets out of the radar.
-Greg