Clone emails to templates? | Community
Skip to main content
August 22, 2014
Question

Clone emails to templates?

  • August 22, 2014
  • 2 replies
  • 1749 views
I recently created an email that we would like to clone to a template so that sales staff can use it in SFDC Sales Insights.  Is there a way to do this, or do I need to fully recreate the email as a template?

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

2 replies

Steven_Vanderb3
Adobe Employee
Adobe Employee
August 22, 2014
An option would be to copy the HTML from the e-mail you want to clone into a template.

Open up the e-mail you want to copy in the editor.  Click E-mail Actions -> HTML Tools -> Replace HTML.  Copy the HTML code in the text box that pops up (don't edit/delete it or you will lose your formatting!)

Next, create a new Template e-mail in Design Studio.  Click the HTML Source tab and replace what's currently there with the HTML you copied from the e-mail you wanted to clone.  That should give you an exact copy that you can now keep as your new template.
Josh_Hill13
Level 10
August 22, 2014
But remember that to use the editable areas, you need to block off sections with

<DIV class="mktEditable" id="some_id">

Area to edit

</DIV>