I was able to code up something to support this fairly quickly. I added a shortcode. Examples of what to paste in your post/page:
[cf7db-table form="your-form" ]
To anticipate your next request:
[cf7db-table form="your-form" show="field1,field2,field3"]
(optionally show selected fields)
[cf7db-table form=”your-form” hide=”field1,field2,field3″] (optionally hide selected fields)
[cf7db-table form="your-form" show="f1,f2,f3" hide="f1"]
(hide trumps show, f1 not shown)
I marked this as version 1.4.2. It is not the “stable version” yet. I would like you to try it out and report back to me on how it works for you.
You will have to manually update the plugin by downloading Version 1.4.2 and unzipping the contents in your host’s wp-content/plugins/ directory (overwriting the contact-form-7-db subdirectory).
NOTE: users will need to have permission to view the form data. To let anyone viewing your page to see the data, in admin go to Contact -> Database Options and set ‘Can See Submission data’ to ‘Anyone’