Tag: Marketing

Automatically Add Unique CSS Classes to Contact Form 7 Forms

When using certain CRMs and marketing automation tools, Contact Form 7 submissions can all look like they came from the same form.

This is especially noticeable in HubSpot which uses the class on the form tag to identify each form. Unless you specifically add a class to the shortcode then it will look like any submission came from a form named “.wpcf7-form, .init”

So I wrote a small plugin to automatically add the title slug as a form class for any forms that haven’t had one added manually.

Continue reading “Automatically Add Unique CSS Classes to Contact Form 7 Forms” ››

How to Send Custom Attributes with the Official Mautic WordPress Plugin

In a previous post, I looked at sending WordPress user information to Mautic using the new plugin options. Around the same time that the user information option was added, a filter was also introduced which allows you to send custom parameters.

In this post, I’m going to show an example of sending a custom attribute to update the preferred locale contact field with information from WPML

Continue reading “How to Send Custom Attributes with the Official Mautic WordPress Plugin” ››

Tracking Known WordPress Users in Mautic with the Official Mautic Plugin

A new option was recently added to the official Mautic WordPress plugin (Version 2.1.0), but it won’t do anything out of the box.

Here’s how to set it up to track extra information from your logged-in users.

Continue reading “Tracking Known WordPress Users in Mautic with the Official Mautic Plugin” ››

Mautic Installation Checklist

Usually, when I install Mautic, there is a bit of back and forth with the client to get the information required to get the job done.

This is my list of information that needs to be provided to get Mautic installed and operational in one sitting. Continue reading “Mautic Installation Checklist” ››