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
FAQ
-
What is the purpose of the Entries For CF7 plugin?
-
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.
-
Does this plugin work without Contact Form 7?
-
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.
-
How do I access the stored form entries?
-
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.
-
Can I export the form submission data?
-
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.
-
What happens if no submissions exist for a form?
-
If no submissions are found for a form, the plugin will display the message « No submission data found » in the Entries tab.
-
How is form submission data stored in the database?
-
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.
-
How does the plugin ensure performance while querying data?
-
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.
-
Is my form data secure?
-
Yes, the plugin sanitizes all inputs and uses prepared statements for database interactions to prevent SQL injection and other vulnerabilities.
-
How do I uninstall the plugin?
-
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.
-
Can I modify or extend the plugin’s functionality?
-
Yes, the plugin code is open source and available on GitHub. Developers can customize it as needed.
Avis
Il n’y a aucun avis pour cette extension.
Contributeurs & développeurs
« Entries For CF7 » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
ContributeursTraduisez « Entries For CF7 » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Journal
1.0.0
- Save Contact Form data to database custom table
cf7_entries
on form submitting. - Display the saved data to respective form.
- After review changes.
- Slug Issue fixes.