Michael Simpson
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Authetication is required to see exported dataNothing has changed in regard to that functionality. You can control that setting in CFDB Options page, Security tab.
Forum: Plugins
In reply to: [Contact Form DB] I can’t see the fields in ShortcodeIt doesn’t list all the combinations. If you are in the shorcode generator page, in the text box where $POST(param) appears, just manually change “param” to one of your column names. Or if you have this shortcode on in a post already, just change it there.
Forum: Plugins
In reply to: [Add Shortcodes Actions And Filters] Sort by submit_time not displayingOK. When editing the post, switch the WP Editor to “Text” mode instead of “Visual” and make sure the shortcode is still the same and doesn’t have any HTML special character codes in it.
Forum: Plugins
In reply to: [Contact Form DB] Multipule formSo you can’t see the results from the second form in the CFDB admin panel? Does the form name have any special characters in it (quotes, apostrophes, etc.)?
Forum: Plugins
In reply to: [Contact Form DB] version 2.6.3 – Can No longer define params for PhoneI’m not aware of any issues with phone numbers. CFDB receives phone numbers from you form plugin as simple strings no different than a name or email address from a text field. CFDB doesn’t know what is a phone number or not. I don’t follow what the problem is, but it sounds like something in your front end form plugin, not CFDB.
Forum: Plugins
In reply to: [Contact Form DB] How to import data into another websiteNothing should have changed with that in the latest version. It works for me.
Forum: Plugins
In reply to: [Add Shortcodes Actions And Filters] Sort by submit_time not displayingLooking just at your cfdb-value shortcode, I think you have a line break in it. So when you put it in a post, WP does not see the second line which contains the filter. Ensure there are no line breaks in your shortcodes.
Forum: Plugins
In reply to: [Contact Form DB] Export Multisite DB From SubsitesNo, each sub-site has its own independent table for storing entries. There isn’t an a way currently export all the sub-sites together.
Forum: Plugins
In reply to: [Contact Form DB] JSON export not Json compliantExportToJson.php is the file. It doesn’t write a BOM. More likely there is some debug output or some other plugin outputting some extra characters.
Forum: Plugins
In reply to: [Contact Form DB] No data displayed from Gravity FormsI don’t know. Please let me know what you find out. Thanks.
Forum: Plugins
In reply to: [Contact Form DB] Forms now longer sending notificationsCFDB does not send email; the contact form plugin does that. You can temporarily disable CFDB and do a test submission. If you still don’t get email, the problem is unrelated to CFDB.
Forum: Plugins
In reply to: [Contact Form DB] No data displayed from Gravity FormsI’m not able to reproduce this problem. Using those versions of each plugin, I created a form submission and I see it in the CFDB administration page.
If you have done other configuration changes to the site, like changing the database table name prefix, then CFDB might be now working off a new empty table in the DB instead of the original one (which would still be there). Check your DB for tables ending in the name “cf7dbplugin_submits” such as wp_cf7dbplugin_submits. If there is more than one such table, then you would need to drop the empty one and rename the old one to the name that is now being used. Also check those tables for how many rows are there.
Forum: Plugins
In reply to: [Contact Form DB] JSON export not Json compliantCheck what is being output. Sometimes you can get debug output and junk output from other plugins at the beginning of the output stream.
I don’t know what the difference is. CFDB doesn’t have any code in it to specifically deal with multi-step forms. It just saves whatever CF7 throws at it. Perhaps there is some change in CF7.
CFDB only captures the fields that are submitted by a form, not necessarily all fields listed in a form. So if you are capturing a step that does not have certain fields, then they will not appear in CFDB. Once CFDB sees a form submission with a new field, then a column for that field will appear in the results.