Dashboard Graphs for Contact Form 7
Displays a stacked bar chart with form submission data per form on the WordPress dashboard. Works standalone or with Flamingo plugin for historical da …
3 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_cf7_vdata | Stores cf7 vdata data created by this plugin. | Static |
| wp_cf7dbplugin_submits | Stores cf7dbplugin submits data created by this plugin. | Static |
| wp_cf7graphs_submissions | Stores form submissions and user-entered data. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_postmeta