Error When Approving Email Template

Anonymous
Not applicable

Error When Approving Email Template

I'm trying to change the HTML of an email template, but when I try approve the template, I receive the error message:  'HTML verification errors (duplicate 'ID') and cannot be approved.'

Why is this? The changes are not going through. How can it be fixed?
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Error When Approving Email Template

Are you pasting html from another template?  I think that error is saying that you're trying to save a template that, by system ID as found in the html, already exists.  Or maybe you're copying from one section of same template to another, but there is some element that has a sys ID tagged on it that can't appear twice.  Something like that; you're re-using an ID from somewhere else.
Anonymous
Not applicable

Re: Error When Approving Email Template

Hi Valerie,

It might be that when you're building your HTML template you need to have unique id's for each "mkt Editable" section?

Your HTML might look something like this:
<div class="mktEditable" id="Header">

If I had this as one of my ID's, that means I can't use "Header" anywhere else in the template.

Hope that works for you ;).