Custom Email Template - Only one giant module showing | Community
Skip to main content
October 31, 2018
Solved

Custom Email Template - Only one giant module showing

  • October 31, 2018
  • 1 reply
  • 2297 views

Hey everyone,

Another weird email template issue I've been struggling with for a while. I've made this template and am having difficulties getting it to show up correctly as separate modules

Code: hastebin.com/ijuvokawap.xml

Screenshot:

As you can see here, there should be several (16) different modules

If anyone's seen something like this before please let me know what I should try!

Thanks in advance!

Shameless plug for the marketo community slack room I set up

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 Casey_Grimes2

Hi Aldo,

The root cause here is pretty banal: your main table rows for each module don't have a cell defined, so Marketo's rejecting them as invalid. Adding a <td> wrap around each module fixes things.

Also: if you're working with MJML and like Marketo and Slack, you should come hang out with us in #emailgeeks land instead of trying to reinvent the wheel--I'm on there pretty regularly.

1 reply

Casey_Grimes2
Casey_Grimes2Accepted solution
New Participant
November 1, 2018

Hi Aldo,

The root cause here is pretty banal: your main table rows for each module don't have a cell defined, so Marketo's rejecting them as invalid. Adding a <td> wrap around each module fixes things.

Also: if you're working with MJML and like Marketo and Slack, you should come hang out with us in #emailgeeks land instead of trying to reinvent the wheel--I'm on there pretty regularly.

November 1, 2018

Thank you!

I was looking for a community without luck, so I started my own! I'll certainly join.

Cheers