Marketo Modules not drag and droppable or editable | Community
Skip to main content
June 13, 2017
Question

Marketo Modules not drag and droppable or editable

  • June 13, 2017
  • 3 replies
  • 6248 views

Hi all,

We are creating a Marketo template to have modules in and the container has been set at the <td> of the main table with the modules being table elements themselves.

The modules show up in the module pane but you can't drag them into the email and the one on the page by default is not editable.

I've made it as simple as possible to debug but does not work. Here is my code.

<table border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;">

  <tr>

    <td class="mktoContainer" id="MktContainer" style="max-width:100%;">

      <table class="mktoModule" id="test" mktoName="test">

        <tr>

        <td>

          <div class="mktoText" id="testText1" mktoName ="TestText1">

          Some Text

        </div>

         </td>

        </tr>

      

      </table>

      </td>

    <!-- END of Marketo Module Container -->

    </tr>

  </table>

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

New Participant
November 13, 2017

Hi Luke, 

The code worked for me


Is email 2.0 on? The setting is found under:

Admin -> Email -> Edit Email Editor Settings -> select 'NEW'

5uwAvLQmmJ.gif

May 23, 2018

Hello,

I'm having the same issue where I cannot select the modules section as seen in the screenshot 1.

I also noticed the "No modules. Email is broken from template." I used the same code above.

Email 2.0 is turned on as shown below:

Any help would be awesome!

Thanks,

Huy

Grégoire_Miche2
New Participant
May 23, 2018

The fact that the editor is turned on does not mean the template if adapted to the editor 2.0.

-Greg

Akshay_Pant
New Participant
November 13, 2017

Hi Luke Walsh​,

Could you please share the HTML code.

Regards,

Akshay Pant

November 13, 2017

That's the code above - it looks correct.  I even tried the code from here:  jennamolby.com/how-to-create-marketo-2-0-email-templates/#cpage-0 and that also did not work?

New Participant
November 13, 2017

Can you verify if email 2.0 turned on?  

The setting is found under:
Admin -> Email -> Edit Email Editor Settings -> select 'NEW'

Grégoire_Miche2
New Participant
June 13, 2017

Hi Luke,

The code above seems OK to me.

Provide some more complete code, so that we can check.

-Greg

November 13, 2017

I have exactly the same problem where I can't drag and drop.  They show etc but get the red strikethrough symbol everytime.