=== Contact Form 7 Database + | CFDB+ === Contributors: contactic Tags: CF7,Contact form 7,CFDB,contact form,database,contact form database,save contact form,form database,contactic Requires at least: 4.0 Tested up to: 5.0.2 Requires PHP: 5.4.45 Stable tag: 1.0.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Saves submitted form data to the database. Export the data to a file or use shortcodes to display it. Get statistics as well as track your contacts. == Description == ### CONTACT FORM 7 DATABASE + : BACKUP & STATS Contact Form 7 Database + saves contacts form submissions and provides admin pages and shortcodes to view, track and display the data with stats. > With CFDB+, secure your forms and get stats, quickly and easily! Contact Form 7 Database + is a fork of the old plugin CFDB (contact-form-7-to-database-extension). By simply installing the plugin, it will automatically begin to capture form submissions from: * [Contact Form 7 (CF7) plugin](https://wordpress.org/plugins/contact-form-7) * [JetPack Contact Form plugin](https://wordpress.org/plugins/jetpack/) * [Gravity Forms plugin](http://www.gravityforms.com) * [WR ContactForm plugin](https://wordpress.org/plugins/wr-contactform/) * [Form Maker plugin](https://wordpress.org/plugins/form-maker/) * [Formidable Forms (BETA)](https://wordpress.org/plugins/formidable/) * [Forms Management System (BETA)](http://codecanyon.net/item/forms-management-systemwordpress-frontend-plugin/8978741) * [Quform plugin (BETA)](http://codecanyon.net/item/quform-wordpress-form-builder/706149/) * [Ninja Forms plugin (BETA)](https://wordpress.org/plugins/ninja-forms/) * [Caldera Forms plugin (BETA)](https://wordpress.org/plugins/caldera-forms/) * [CFormsII (BETA)](https://wordpress.org/plugins/cforms2/) * [FormCraft Premium (BETA)](http://codecanyon.net/item/formcraft-premium-wordpress-form-builder/5335056) * [Fast Secure Contact Form (FSCF) plugin](https://wordpress.org/plugins/si-contact-form/) * [Enfold theme forms](http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990) Other form submissions can be saved with the addition of the [cfdb-save-form-post] shortcode on the target submission page. ### SUPERCHARGE YOUR CONTACT FORM PLUGIN Contact form plugins are great except for one thing... the ability to save and retrieve the form data to/from the database. If you get a lot of form submissions, then you end up sorting through a lot of email. #### ADMINISTRATION This plugin provides four administration pages in the administration area under the **Contactic** submenu. * **OVERVIEW** to view and export 100 last form submission data (all forms) * **CONTACTS** to view and export form submission data (by form) * **SHORTCODES** to generate shortcodes and exports * **OPTIONS** to change configuration parameters ##### DISPLAYING SAVED DATA IN POSTS AND PAGES Use shortcodes such as [cfdb-html], [cfdb-table], [cfdb-datatable], [cfdb-value] and [cfdb-json] to display the data on a non-admin page on your site. Use the short code builder page to set shortcode options. ###EXTRAS### More info on our website [Contactic.io](https://contactic.io/) Documentation, howto and faqs [Contactic Documentation](https://contactic.io/docs/) (in progress) Follow us and get exclusive news on [Twitter](https://twitter.com/Contactic_io) == Installation == #### FROM WITHIN WORDPRESS Visit ‘Plugins > Add New’ Search for 'Contact Form 7 Database +' Activate 'Contact Form 7 Database +' from your Plugins page. Go to "after activation" below. #### MANUALLY Upload the wordpress folder to the /wp-content/plugins/ directory Activate the 'Contact Form 7 Database +' plugin through the 'Plugins' menu in WordPress Go to “after activation” below. #### AFTER ACTIVATION Nothing to do if you just want to save contacts form submissions. If you want to setup, go to 'OPTIONS' page in the Administration. Enjoy! == Frequently Asked Questions == ##### Is there a tutorial? Refer the [Plugin Documentation Site](https://contactic.io/docs) (in progress) ##### I installed the plugin but I don't see any of my forms listed in the administration page Nothing will show until you have actual form submissions captured by this plugin. The plugin is not aware of your form definitions, it is only aware of form submissions. ##### Where can I find documentation on the plugin? Refer the [Plugin Documentation Site](https://contactic.io/docs) (in progress) ##### Where do I see the data? In the admin page, "Contacts" ##### Can I display form data on a non-admin web page or in a post? Yes, go to [Plugin Documentation Site](https://contactic.io/docs) on shortcodes `[cfdb-html]`, `[cfdb-datatable]`, `[cfdb-table]`, `[cfdb-json]` and `[cfdb-value]`, etc. ##### What is the name of the table where the data is stored? `wp_cf7dbplugin_submits` > Note: if you changed your WordPress MySql table prefix from the default `wp_` to something else, then this table will also have that prefix instead of `wp_` (`$wpdb->prefix`) ##### If I uninstall the plugin, what happens to its data in the database? By default it remains in your database in its own table. There is an option to have the plugin delete all its data if you uninstall it that you can set if you like. You can always deactivate the plugin without loosing data. == Screenshots == 1. Overview 2. Contacts 3. Shortcodes 4. Options == Upgrade Notice == If you use an old version of CFDB, you will have stats, better UI and tools to track all your contacts form submissions. == Changelog == = 1.0.1 = * Added a checkbox option to merge same forms in shortcode/export builder. = 1.0 = * Stats * UI * Security