Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 82 days ago
Is Entries For CF7 abandoned?
Likely maintained (last update 82 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
The Entries For CF7 plugin allows you to store and manage submissions from Contact Form 7 directly in your WordPress database. This makes it easy to view, track, and analyze form submissions without relying solely on email notifications. The plugin integrates seamlessly into the WordPress admin dashboard, providing a user-friendly interface to access submission data for each form.
Installation
- Download the zip or direct add the plugin from the wordpres backend.
- Activate the plugin through the ‘Plugins’ menu in WordPress
Frequently Asked Questions
The Entries For CF7 plugin saves submissions from Contact Form 7 directly into the WordPress database and provides a convenient admin interface to view and manage those submissions.
No, this plugin requires the Contact Form 7 plugin to be installed and active. If Contact Form 7 is not active, the plugin will deactivate itself.
You can view the submissions by navigating to the “Entries” tab in the Contact Form 7 editor for each form. This tab displays the submissions in a searchable and sortable table.
Currently, the plugin focuses on displaying the data in the admin interface. Future updates may include an export feature. For now, you can manually query the database table (wp_cf7_entries) to extract the data.
If no submissions are found for a form, the plugin will display the message “No submission data found” in the Entries tab.
The plugin creates a custom database table named wp_cf7_entries (or your table prefix if different). Each submission is stored as a JSON object in the entry column, alongside the form_id.
The plugin uses WordPress object caching (wp_cache_get and wp_cache_set) to reduce database queries and improve performance, especially for frequently accessed forms.
Yes, the plugin sanitizes all inputs and uses prepared statements for database interactions to prevent SQL injection and other vulnerabilities.
Deactivating the plugin will stop its functionality. If you want to completely remove it, delete the plugin from the Plugins page. During deactivation, the database table (wp_cf7_entries) is dropped to clean up the database.
Yes, the plugin code is open source and available on GitHub. Developers can customize it as needed.
Review feed
Screenshots
Changelog
1.0.1
- Add Contributor
1.0.0
- Save Contact Form data to database custom table
cf7_entrieson form submitting. - Display the saved data to respective form.
- After review changes.
- Slug Issue fixes.