Michael Simpson
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Make drop-down from form-submission to filter results?Use “headers” to rename the column headers. http://cfdbplugin.com/?page_id=93
[cfdb-table] just output a plain HTML table. It doesn’t make anything clickable. That must be coming from somewhere else.
Forum: Plugins
In reply to: [Contact Form DB] Data Editor extensionI think if you just put the name of a column that does not exist in the form data in “show” then the export will have that column with all blanks.
Forum: Plugins
In reply to: [Contact Form DB] How to import data into another websiteIt is Unix time (seconds since 1970)
Forum: Plugins
In reply to: [Contact Form DB] Import Contact form dataYes MySQL to MySQL. I don’t know about any WP utilities.
Forum: Plugins
In reply to: [Contact Form DB] Data Editor extensionNo. Forgetting the editor, you can create an Excel export link from the Shortcode page and use “show” to list the columns you want to export in the order that you want them. Then you can use that link to export instead of going to the admin page.
Forum: Plugins
In reply to: [Contact Form DB] cfdb-fileIf you would like to insert the image into WP media automatically when the form is submitted, then use the hook described here to intercept the form submission and write PHP code to add the file to media, create a post, etc.
Forum: Plugins
In reply to: [Contact Form DB] Make drop-down from form-submission to filter results?If this is a question about having more sophisticated controls on filtering the table, then you may want to put in a plain [cfdb-table] instead of a [cfdb-datatable] then wrap it in a custom datatable implementation or use some other JS Table library that does what you want.
Forum: Plugins
In reply to: [Contact Form DB] Make drop-down from form-submission to filter results?PS. on removing the display drop down on the datatable. Check on datatables.net to see if there is an option you can put in dt_options. Or you might put in CSS to hide it.
- This reply was modified 9 years, 7 months ago by Michael Simpson.
- This reply was modified 9 years, 7 months ago by Michael Simpson.
Forum: Plugins
In reply to: [Contact Form DB] Make drop-down from form-submission to filter results?I’m not sure I entirely follow, but here are some pointers.
If you want to populate a CF7 drop-down selection from CFDB: http://cfdbplugin.com/?page_id=1435
If you are trying to dynamically populate a 2nd drop down based on the selection of a first drop down, then you could write some jQuery in the page that would make an ajax call to a CFDB export link that returns JSON (create that link in the Shortcode builder page) where you could parameterize the “filter” in the export link based on the 1st selection. I’m not sure how that would work with CF7.
Forum: Plugins
In reply to: [Contact Form DB] Import Contact form dataThe best thing would be to export the plugin’s table from your database and import it into the new one. wp_cf7dbplugin_submits
Forum: Plugins
In reply to: [Contact Form DB] shortcode not appearing in safari on iPhoneCan See Submission when using shortcodes- Anyone
Forum: Plugins
In reply to: [Contact Form DB] New feature Splitfield transform.That’s an oversight on my part. So I’m pushing an update version 2.10.24.
In that I’m reversing the argument order so
SplitField(|,Choice)
is now
SplitField(Choice,|)
And if you want comma as you delimiter, you just omit the delimiter argument:
SplitField(Choice)
and it will assume comma.Forum: Plugins
In reply to: [Contact Form DB] shortcode not appearing in safari on iPhoneCheck your security settings that “Anyone” can see the shortcode output.
Forum: Plugins
In reply to: [Contact Form DB] don’t view the form in listShortcode output will not display the form name, unfortunately.
Forum: Plugins
In reply to: [Contact Form DB] Can’t export .xls documentThis seems like the same problem: https://wordpress.org/support/topic/download-backup-to-computer-not-working/