Hello community, I am using WordPress + Elementor Pro on one of my websites.
Unfortunately, Elementor Pro Form & Pop-up are NOT natively integrated with Mautic, but it provides a Webhook option.
I already have a couple of Popup plugins that work fine with Mautic BUT I don’t want to add unnecessary plugins as long as I can use Elementor’s in-built features.
Zapier is another option but again, I wish to use the in-built features.
Anyone who can help with Elementor Pro Form + Mautic integration using Webhooks?
You guys are going to love this. Gabriel Carvalho released (and maintains?) this plugin for Wordpress called Elementic. Note that this is a plugin for WP, not a plugin for Mautic.
If you’re like me and have zero Portuguese language skill, that’s OK, here’s the one key detail you need to know, which he explains at 5:30 in his explainer video:
Just make sure the “Field HTML name” in the field Attributes in the Mautic form builder exactly matches the “ID” of the respective form field in Elementor. “Field HTML name” in Mautic = “ID” in the Elementor form field.
Enjoy!
PS - we also use the webhook feature in Elementor forms, in addition to the Elementic plugin, to trigger other automations (like splitting a fullname string into first/last, then updating Mautic contact ).
When Mautic is installed on the same server as the website and uses the elementic plugin, it can perfectly track user data, but when we separate them from the server, I really couldn’t find a way for Mautic to recognize the client’s Roto IP since the JSON header arrives in X-Forwarded-x with the server’s IP and not with the user’s Remote IP. If anyone has an idea on how to make the header go to Mautic with the remote IP in the x-Forwarded-x field instead of the server’s IP it would help a lot.
I wonder also if there is a way to pass key data (eg. from the cookie) with the form data.
Mautic will still use the email from the submitted form data to match existing contacts. We also use a 3rd party tool to receive webhook data, whereupon we can retroactively modify contact data in Mautic if need be.
For our use case, we are not lacking any data here. If an existing contact fills a form, the data sent to Mautic is associated correctly with that Contact. (Note: an identical form must also be created in Mautic for the Elementic plugin to work; and we also use the WP plugin WP Fusion, which may also sync data in the background.) If/when we open the WP site for user login, we can also pass along WP user ID as hidden element in the form data sent to Mautic.
I’d be interested to hear from @robm and @joeyk any thoughts you might have on this.