It’s fairly easy to store entries from your WordPress form to database. As you’ll learn below, you should be able to access and view your WordPress database even if you don’t have a technical background.

Let’s jump right into it.

Where Is the Database in WordPress Stored?

Even though you might not see it on the frontend, WordPress automatically creates a database for you when it’s first installed. The name, host, username, and password data are stored in the configuration file called wp-config.php under MySQL database settings.

WPForms Pro is an online form builder with WordPress data collection features. The WPForms plugin automatically stores all submitted data in 4 tables in the native WordPress database. They are:

  • wp_wpforms_entries: The info in the fields (values) of your entries is stored in this database table.
  • wp_wpforms_entry_meta: This table has meta info about your entries like associated IDs and dates.
  • wp_wpforms_entry_fields: This table contains encoded entry information from your forms.
  • wp_wpforms_tasks_meta: This table stores information about tasks that are processed in the background.

Note that the wp_ prefix in the table name is the default. The actual value is set in the wp-config.php file in WordPress. So in your WordPress installation, the prefix may look slightly different.

Most WordPress web hosting providers offer easy-to-use web applications like phpMyAdmin to manage databases after your WordPress installation. This is true regardless of whether you’re using unmanaged or managed WordPress hosting.

The name phpMyAdmin may sound strange, but it’s just a database management system. It allows users to manage the database entries on their WordPress site using a visual interface. Pretty cool, right?

If you’re using Bluehost for your WordPress hosting, you can find the link to the phpMyAdmin database server by scrolling to the bottom of the homepage once logged in under Helpful Links » Advanced » phpMyAdmin:

how to access wordpress database

How Do I Access My WordPress Database?

Looking for the WordPress database location? Let’s take a look at how to view form entries in your WordPress database using phpMyAdmin.

Here’s how to access the database so you can find your WordPress data collection from the backend. In phpMyAdmin, select your WordPress database and then click on the table wp_wpforms_entries.

Opening the wp_wpforms_entries table in phpMyAdmin

Here, you can find all your form entries in the fields column.

fields column-wordpress database

You can do lots of things here, like creating tables. For more details, you can read this beginner’s guide to WordPress database management with phpMyAdmin.

How to Manage Form Entries in WordPress

Are you wondering: where does WPForms data go?

WPForms is the best WordPress form builder. The Lite version sends entries to you via email. The Pro version lets you easily access your form entries and manage them all inside your WordPress dashboard, acting as a control panel.

Storing and retrieving data from the WordPress database is extremely user-friendly with WPForms Pro.

WPForms

Let’s take a look at how to manage your form entries on your WordPress website.

Before we get started, let’s create a simple WordPress contact form with WPForms.

If you need help, you can refer to this article on how to create a simple contact form with WPForms. You can create a new form entirely from scratch or use a form template from WPForms’ gallery of 800+ WordPress form templates to get started.

Next, go to your form builder and click on Settings » General.

General form settings in WPForms

Under the Advanced option, ensure that the Disable entry storing information in WordPress option is turned off.

disable-storing-entry-information

After publishing your form, be sure to test it by completing and submitting it yourself. This will create a form entry so that we have some data to access from your WordPress dashboard.

Now, navigate to WPForms » Entries in your WordPress dashboard to see your test entry.

View SendFox WordPress form entries in WPForms

WPForms lets you favorite your entries, mark them as read, and even delete the ones you don’t want.

WPForms Form Entries Options

Also, you can easily search and add filters to your contact form entries in your dashboard. You can broad search by Any form field or set conditions across form fields to search for a specific entry.

form entries search option in WPForms

If you want, you can also filter form entries by date.

filter form entries by date

Now, under the Actions column, click View to see your form entry.

click-view-in-entry-management-

And here’s how an individual entry will look.

individual entry

You can also export these entries as a CSV file or XLSX from this menu.

Viewing Payments in WPForms

In WPForms, you can accept credit card payments with the free version and the Pro version. Payment details are stored in the WordPress database, even in WPForms Lite.

If you’re collecting payments through your forms, you can access the details on the Payments screen in the WPForms Settings area.

WPForms payments settings

It’s easy to review your payment information in the WordPress dashboard. WPForms will show you the total payments you received and display the information on a chart.

Payments screen for online order form

If you’re a WPForms Pro user, you can also add coupon codes to your forms. You’ll see the details of coupons in the Payments area along with your revenue and transactions.

Not Getting Notifications As New Entries Are Saved? Try This

If you’re seeing your entries in your database but you’re not getting email notifications about them, there are usually 2 main reasons:

1. Your Emails Are Seen As ‘Spoof’ Emails

Spoof emails are similar to spam. Except emails that are suspected of spoofing rarely even make it to an inbox.  This usually happens when WordPress sends you a notification when a form is completed using the email of the person who completed it as the “from” sender. This is often flagged as spoofing because this email is coming from your WordPress site and masks the actual sender of the email (your WordPress account).

And then, email notifications can get lost and never end up in your inbox.

2. Your Hosting Company Doesn’t Use the PHP Mail Function

Another reason you’re likely missing email notifications is because of the PHP mail function and your hosting provider.

Your web host may not support the PHP mail function (which is very common these days). WordPress uses the PHP mail function to send emails from your site, including emails generated by contact form plugins. This is why we recommend using SMTP to send emails from WordPress instead of using the default PHP mail function.

Luckily, this is an easy fix.

Install WP Mail SMTP

The easiest and most effective way to fix the Contact Form 7 is not sending email issue for most people is to use WP Mail SMTP. It’s the most powerful SMTP and PHP mailer WordPress plugin on the planet. Plus, there’s also a free version available.

wp mail smtp homepageOne of the greatest things about the WP Mail SMTP plugin is that the Elite plan offers a White Glove Setup service where they do all the installation and the technical stuff for you. Plus, WP Mail SMTP is integrated with many of the most popular transactional mailers like:

To install the WP Mail SMTP WordPress plugin, purchase a paid version (to start including your email logs in your WordPress data collection) or head to your WordPress dashboard to install the plugin for free to access basic features. It’s the best way to get your WordPress form to the database easily.

There are different steps for each mailer you’re using, so to complete setup with this plugin, check out the full guide on how to get WordPress form notifications using the WP Mail SMTP plugin. You’ll be receiving emails from your website in no time.

LEAVE A REPLY

Please enter your comment!
Please enter your name here