Logtivity Now Integrates With Formidable Forms

Logtivity helps you monitor every important event on your WordPress sites. And for many sites, nothing is more important than contact form entries. These entries can be business leads, payments, or important user feedback.

We’re pleased to say Logtivity now integrates with the Formidable Forms plugin, so you can record all your form entries. Formidable Forms is one of the most popular form plugins in WordPress, with over 300,000 active users.

We asked Logtivity users, “What plugins do you want deeply integrated with Logtivity?”, and Formidable Forms was one of the most popular answers. So read on and I’ll show you how to use Logtivity to track your Formidable Forms activity.

This next screenshot shows a straightforward example of a WordPress contact form created with Formidable Forms. I have connected this site with Logtivity, so all these entry details will be recorded in my Logtivity activity log.

This next screenshot shows how the entry is recorded inside Logtivity. By default, our system is smart enough to avoid recording any credit card entries so you don’t need to worry about any GDPR issues.

In addition to credit card details, you can also skip any other Formidable Form fields that you don’t want to include in the Logtivity activity log. You can add this code to your site’s functions.php and insert your own choice of field:

add_filter('logtivity_should_store_formidable_field_value', function($shouldStoreFieldValue, $field_key, $field_type) {
	if ($field_key === 'my_field_i_want_to_ignore') {
		return false;		
	}
	return $shouldStoreFieldValue;
});

How to use charts and notifications for Formidable Forms

Once the Formidable integration is running, you can use the entry data inside the Logtivity app. For example, you can create a chart showing how many entries the site has every day, week, or month.

You can also create email or Slack alerts to notify people when someone creates a new form entry. This screenshot below shows how to create an alert for a form called “Contact Us”.


Do you have more integration requests?

Logtivity has detailed integration with Formidable Forms, Easy Digital Downloads, MemberPress, Download Monitor, and other important plugins. Please get in touch if you have more integration requests.

Logtivity is moving fast. In November, Logtivity users got improved notifications. In October, we added cool new charts. In September, users got the ability to export millions of logs. Before that, in August, it was support for the Easy Digital Downloads plugin and several popular add-ons. We’re going to keep improving Logtivity quickly and would love to hear your ideas.

Logtivity has pricing as low as $9 per month. You can be set up and monitoring your websites in minutes. Click here to start your activity logs today.