Wordpress FORM integration with Mautic Plugin

I wish to integrate MAUTIC FORM with Wordpress page. I use the WP Plugin https://wordpress.org/plugins/wp-mautic/

It work fine from a LANDING PAGE.

From a WP site the form collects the data, but it stays there, with the message on the submit button PLEASE WAIT.



Any idea what should I change? A working example.

It does the same from IE, Firefox, Chrome and iPhone

I wish to integrate MAUTIC FORM with Wordpress page. I use the WP Plugin https://wordpress.org/plugins/wp-mautic/
It work fine from a LANDING PAGE.
From a WP site the form collects the data, but it stays there, with the message on the submit button PLEASE WAIT.

Any idea what should I change? A working example.
It does the same from IE, Firefox, Chrome and iPhone

Maybe is the pixel tracking can you see the source of your website and check if the pixel tracking is there?

A link to your WP website could help to find out what’s wrong. Also check the logs for error messages.

i just update to 1.2.3 and now i have the same problem @escopecz
Is the Newsletter on the right

http://www.ninmedia.com/blog/

Any idea?

I don’t see any problem there.

Hi,
Did you solve this problem @ninjoan and @gbela ? How? I have the same problem now.

Unless Mautic and the site the form is being embedded on share the same domain name, check that X-Frame-Options is not set to SAMEORIGIN on the server running Mautic.

In Nginx, look for this line: add_header X-Frame-Options “SAMEORIGIN”;
In Apache, look for this line: Header always append X-Frame-Options SAMEORIGIN

Comment the line out, reload the web server, and try submitting the form again. No need to clear caches on either Mautic or the website.

You should be aware that there are security implications when disabling SAMEORIGIN though. Changing it to ALLOW-FROM http://thedomainyourformisembeddedon.com would be great in a perfect world, but unfortunately Chrome does not support ALLOW-FROM. You can look at frame-ancestors instead, but note that IE/Edge do not support that.

I rebuild cache of the mautic forms and it work fine.