Monthly Archives: July 2021

Launching Database Genius for Contact Form 7: Data Tensai

We have just released a small but very powerful add-on for Contact Form 7 – Data Tensai. Unlike most similar plugins, Data Tensai keeps structured and broken down data by every field you have requested from every contact form. This lets you filter, search, sort, run reports and get charts on quantitative fields. Let’s get into more details:

Table of Contents

  1. Installation
  2. Manage contact forms
  3. View and search entries
  4. Disable forms and fields
  5. User registration

Installationtop

This WordPress plugin is an extension for Contact Form 7. The Contact Form 7 plugin must be installed and activated before you can use this extension.

After downloading the zip file go to your Plugins page inside your WordPress administration dashboard. Click on Add New, then Upload. Install and activate.

Once this is done you’ll see a new link “Manage Data” under your contact forms link:

menu item added to contact form 7


Manage contact formstop

manage your contact forms

When you click on the Manage Data link you will see the contact forms that are available. At the beginning you may see no contact forms. This happens when Data Tensai do not have collected anydata yet. Collecting data starts happening after Data Tensai is installed.

There are two ways to make your Contact Form 7 forms appear here:

  • Someone uses the contact form to send an inquiry.
  • You edit / save the form in Contact Form 7.

For each available form you will see how many entries are recorded, whether the form is enabled to save data and whether it is linked to user registration.


View and search entriestop

view entries

When you follow the link with the number of entries from the Manage Data page you will land on a page with the entries saved from that contact form. As you can see above all the fields (except disabled ones) are visible as table columns. You can sort on each of these columns and see the full details of each message.

filter by any field

A powerful search / filter feature is available for every field. The CSV export button will export a comma delimited file from all entries. If you have applied filters, they will also be applied to the exported data.


Disable forms and fieldstop

disable selected fields

For each form and for each field in each form there is an option to be disabled and not store data. You may use it in case you are not interested in this information, to save DB space, for privacy reasons, and so on.

User Registrationtop

For each contact form you can enable user registration so the contact gets added into your WordPress users database.


Go To Table of Contents

Watu, WatuPRO and MemberPress – Solution To an Issue

We’ve been very happy to have our plugin recommended by MemberPress. They have a great membership plugin there.

Unfortunately there is currently a problem that when the Watu or WatuPRO shortcode is placed inside their pages, our scripts and CSS are missing and the quizzes don’t work. While we are trying to get in touch with the folks at MemberPress to have this issue resolved together, there is a solution which will do the work:

Go to your plugin editor (or use FTP if you prefer), find MemberPress Courses and open the file:

app/views/classroom/courses_footer.php

Add the following code before the closing </body> tag:

<?php wp_footer(); ?>

That’s all! Save and you’ll have the quizzes working again.