# Campaign builder does not save

**URL:** https://forum.mautic.org/t/campaign-builder-does-not-save/38560
**Category:** Product Support
**Created:** [September 15, 2026, 4:15pm UTC](https://forum.mautic.org/t/campaign-builder-does-not-save/38560 "2026-09-15T16:15:19Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![jhoffrichter](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/jhoffrichter/32/15305_2.png) [@jhoffrichter](https://forum.mautic.org/u/jhoffrichter)
#### Post date: [September 15, 2026, 4:15pm UTC](https://forum.mautic.org/t/campaign-builder-does-not-save/38560/1 "2026-09-15T16:15:19Z")

</div>

**Your software**  
My Mautic version is: 7.2  
Installed with the docker 7.2-apache image

**Your problem**  
My problem is: I try to build a campaign, that after a form submission, an email is send (very simple for now, as the problem seems unrelated to the steps I take).

I add the form, I add an action to send an email.

When I hit the save button on top, it says “There are some form validation errors (campaign: At least one event is required. Use the Launch Campaign Builder button to add one.) Please close the builder and fix them.” even though I have added these.

These errors are showing in the log:

There are no errors in either webserver log or the javascript console. All XHR requests are returned with a 200.

Steps I have tried to fix the problem:

Simplify the campaign as much as possible, to the bare minimum. Screenshots are attached.

Before hitting save:

 ![Screenshot 2026-09-15 180313](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/7/7dd74c6ad0e7024c4843bfb13a238225ee057d18.png)

After hitting save:

 ![Screenshot 2026-09-15 180326](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/1/11ec5a020312761cd509542445bf0af05d55feab.png)

---

<div class="post-metadata">

### Author: ![matbcvo](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/matbcvo/32/6285_2.png) [@matbcvo](https://forum.mautic.org/u/matbcvo)
#### Post date: [September 17, 2026, 1:32pm UTC](https://forum.mautic.org/t/campaign-builder-does-not-save/38560/2 "2026-09-17T13:32:16Z")

</div>

Is this Mautic instance a fresh install, or was it upgraded from an older version to 7.2?

---

<div class="post-metadata">

### Author: ![patryk.gruszka](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/patryk.gruszka/32/9813_2.png) [@patryk.gruszka](https://forum.mautic.org/u/patryk.gruszka)
#### Post date: [September 17, 2026, 1:40pm UTC](https://forum.mautic.org/t/campaign-builder-does-not-save/38560/3 "2026-09-17T13:40:24Z")

</div>

Could you try again in a private browser window, and also check whether closing the builder and using “Save & Close” gives the same error?

This validation message means Mautic sees no events in the campaign data being saved, even though the email action is visible on the canvas. HTTP 200 responses alone do not rule that out.

In browser DevTools → Network, could you check whether the response when adding the email action contains a non-empty modifiedEvents, and whether the subsequent campaign-save request includes that event in campaign[campaignElements]?

Please also confirm whether this was a fresh installation or an upgrade. Those details should help explain why we cannot reproduce it elsewhere.

---

<div class="post-metadata">

### Author: ![jhoffrichter](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/jhoffrichter/32/15305_2.png) [@jhoffrichter](https://forum.mautic.org/u/jhoffrichter)
#### Post date: [September 17, 2026, 1:50pm UTC](https://forum.mautic.org/t/campaign-builder-does-not-save/38560/4 "2026-09-17T13:50:38Z")

</div>

This was an empty 6 installation, which was upgraded to 7.0, and then just a couple of days ago to 7.2.

Would it be easiest to wipe the database and do a fresh install? There is a little bit of content in there, but nothing which couldn’t be recreated within an hour, I guess.

I had to upgrade from 7.0 because the save and close buttons in the campaign builder were not clickable at all.

---

<div class="post-metadata">

### Author: ![jhoffrichter](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/jhoffrichter/32/15305_2.png) [@jhoffrichter](https://forum.mautic.org/u/jhoffrichter)
#### Post date: [September 17, 2026, 1:51pm UTC](https://forum.mautic.org/t/campaign-builder-does-not-save/38560/5 "2026-09-17T13:51:42Z")

</div>

I tried this in two different browser, Firefox and Chrome - I am not sure if a private browsing would add anything to this, but I can give it a try.

I also used both “Save” and “Save & Close”

---

<div class="post-metadata">

### Author: ![alexzlobin](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/alexzlobin/32/13606_2.png) [@alexzlobin](https://forum.mautic.org/u/alexzlobin)
#### Post date: [September 18, 2026, 10:39am UTC](https://forum.mautic.org/t/campaign-builder-does-not-save/38560/6 "2026-09-18T10:39:16Z")

</div>

Thanks for confirming. Please do not wipe the database just yet. Since this instance followed the `6 → 7.0 → 7.2` upgrade path, it is useful evidence for diagnosing an upgrade-related regression. A clean installation may confirm that the problem is upgrade-specific, but it would not explain or preserve the cause.

Before rebuilding it, please take a database and configuration backup, then try:

1. Clear the application cache inside the container:

2. Retest once in a private browser window.

3. In DevTools → Network, capture:

4. Please also share the output of:

An anonymised HAR file, or screenshots of those request payloads and responses, would be enough.

If `campaignElements` is already empty in the browser request, the builder is losing its state before submission. If it contains the event but server-side validation still reports no events, that points to an upgrade-related backend problem. Those two cases require different fixes.

If you need the fastest path back to a working system, a fresh `7.2` installation is reasonable after taking the backup and collecting the above information. Please keep the existing installation intact until we have identified whether it reproduces a core upgrade issue.
