I have a client that would like to have a single email template that includes every module they would want to use in any of their emails. So, instead of one template for newsletter, another template for simple message and another template for webinar...they want one template that includes the modules necessary to build all three.
I have no problem building this. The issues is that it creates a pretty messy template upon first view. Every time a content producer creates a new email, they're presented with a mass of modules.
Is there a way to show only some of the modules on initial view?
Thanks
Solved! Go to Solution.
Yes, you can set a default using mktoAddByDefault which "determines whether this module will be in the canvas of a new email that uses this template upon creation. Defaults to true (if mktoActive is false, this value is ignored)." See - Email Template Syntax - Marketo Docs - Product Docs
Yes, you can set a default using mktoAddByDefault which "determines whether this module will be in the canvas of a new email that uses this template upon creation. Defaults to true (if mktoActive is false, this value is ignored)." See - Email Template Syntax - Marketo Docs - Product Docs
Thanks, Susan.
Hi Susan, I need a hint, how would a <table>-tag looks like if I would like to hide it in canvas new email and only have this module optional in modules list?
Best Johanna
Hi Johanna,
Here is the syntax:
<table bgcolor="#ffffff" width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="mktoModule tableCollapse" id="Module" mktoName="Module Name" mktoAddByDefault="false" mktoActive="true" style="margin:0px auto; width:100%!important; min-width:100%!important;">
mktoAddByDefault="false": hide it in the canvas mktoActive="true": make it availlable in the modules tabs.
Eric