# Is it possible to send HTML code that doesn't get edited by the editor on save?

**URL:** https://forum.mautic.org/t/is-it-possible-to-send-html-code-that-doesnt-get-edited-by-the-editor-on-save/21510
**Category:** Development
**Created:** [November 3, 2021, 4:24pm UTC](https://forum.mautic.org/t/is-it-possible-to-send-html-code-that-doesnt-get-edited-by-the-editor-on-save/21510 "2021-11-03T16:24:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![isaiahdahl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/isaiahdahl/32/405_2.png) [@isaiahdahl](https://forum.mautic.org/u/isaiahdahl)
#### Post date: [November 3, 2021, 4:24pm UTC](https://forum.mautic.org/t/is-it-possible-to-send-html-code-that-doesnt-get-edited-by-the-editor-on-save/21510/1 "2021-11-03T16:24:13Z")

</div>

I want to send HTML without Mautic messing with it. Basically I want to opt out of the GrapeJS editor and just be able to send the EXACT HTML that I provide. Not a character different.

I have a custom built email builder that we use to create emails. It interacts directly with our API to pull song data and images from our own stuff. It’s a pretty sophisticated builder but it’s 100% unique to us, hence why it’s custom. It spits out nice crushed HTML. (we use an email specific HTML minifier so email size stays as small as possible)

The problem is when I put this in code mode. Which in Mautic 4, doesn’t really look like code mode at all, it makes tons of changes to the HTML and adds ID’s everywhere and reformats it. I presume this is all to make the grapeJS editor work, but I don’t want any of that. I just want to be able to paste code in and have it send that code. Nothing else.

How can I achieve what is stated in the documentation here?

 ![CleanShot 2021-11-03 at 09.30.52@2x](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/b/b4a69d5b063a4ccaf979ae2a100498775532b779.png)

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [November 3, 2021, 5:06pm UTC](https://forum.mautic.org/t/is-it-possible-to-send-html-code-that-doesnt-get-edited-by-the-editor-on-save/21510/2 "2021-11-03T17:06:51Z")

</div>

You can revert to the old builder. The new one cannot make it.

More info:

> **[Email & Landing Page Builder](https://docs.mautic.org/en/builders#switching-back-to-the-legacy-builder)**
>
> Introduction. Since Mautic 3.3, Mautic has shipped with an updated, modern builder for creating emails and landing pages. In Mautic 4.0 it's the default builder.. . . To use your existing templates with the new builder, you need to add one line to...

---

<div class="post-metadata">

### Author: ![isaiahdahl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/isaiahdahl/32/405_2.png) [@isaiahdahl](https://forum.mautic.org/u/isaiahdahl)
#### Post date: [November 3, 2021, 5:13pm UTC](https://forum.mautic.org/t/is-it-possible-to-send-html-code-that-doesnt-get-edited-by-the-editor-on-save/21510/3 "2021-11-03T17:13:09Z")

</div>

Awesome. Thanks so much!
