Mautic Form not working

I am having issues with the Form submission not working. My self-hosted instance of Mautic can be found at http://ec2-52-37-62-12.us-west-2.compute.amazonaws.com



I have installed the tracking script in the head section of an external custom landing page as follows:

Code:

Then I used the manual HTML option to load the form. It's redirecting me to a page spitting out an Error 500 ("Internal Server Error"): http://ec2-52-37-62-12.us-west-2.compute.amazonaws.com/form/submit?formId=1

Any solutions?

I am having issues with the Form submission not working. My self-hosted instance of Mautic can be found at http://ec2-52-37-62-12.us-west-2.compute.amazonaws.com

I have installed the tracking script in the head section of an external custom landing page as follows:

<script> (function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n; w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t), m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m) })(window,document,'script','http://ec2-52-37-62-12.us-west-2.compute.amazonaws.com/mtc.js','mt'); mt('send', 'pageview'); </script>

Then I used the manual HTML option to load the form. It’s redirecting me to a page spitting out an Error 500 (“Internal Server Error”): http://ec2-52-37-62-12.us-west-2.compute.amazonaws.com/form/submit?formId=1

Any solutions?