Michael Simpson
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Placeholders added to DatabaseI’m surprised that is the case. Are you setting the value of the field as well as the placeholder?
CFDB doesn’t know what your form looks like or what placeholder values you have. It receives the information that the form sends back to the server which is just a list of field names and values. You would have to ensure that the form is not sending the placeholder value when it is submitted.
Forum: Plugins
In reply to: [Contact Form DB] Edit submission on front-end doesn’t workTry switching the post editor to Text mode instead of Visual, then paste in the shortcode.
Forum: Plugins
In reply to: [Contact Form DB] Id record numberThe “Add a row number” can be used with any shortcode. It just adds another field to the shortcode results and assigns each record a number. But that is transient. It numbers the results as they are displayed. If you have different data displayed the next time, then a different record may be first (labeled #1).
This does not work in the admin display. You can’t change that.
I don’t know what you are trying to accomplish.
Forum: Plugins
In reply to: [Contact Form DB] RecaptureIf the recapcha is adding an additional field, you can tell CFDB to NOT save that field name. There is an option for that on the CFDB Options page.
Forum: Plugins
In reply to: [Contact Form DB] Edit submission on front-end doesn’t workI’m confused. The shortcode is to show it on a webpage so that people can see data and edit them. I don’t understand what you are trying to accomplish that is different.
Forum: Plugins
In reply to: [Contact Form DB] Minor Issue – Visit Plugin Site wrong URLThe plugin is no longer listed on the WP site. You have to get it from https://github.com/mdsimpson/contact-form-7-to-database-extension/releases and you can use the following to get updates: https://github.com/afragen/github-updater
Forum: Plugins
In reply to: [Contact Form DB] Minor Issue – Visit Plugin Site wrong URLThanks, I’ll update it.
Forum: Plugins
In reply to: [Contact Form DB] Edit submission on front-end doesn’t workJust putting the shortcode in the post.
Forum: Plugins
In reply to: [Contact Form DB] Id record numberThe submit_time field is a unique id for each submission.
To generate your own id, you would have to write some PHP code.
If you just want to display a number when you output fields, then look at “Add a RowNumber” at https://cfdbplugin.com/?page_id=1167
Forum: Plugins
In reply to: [Contact Form DB] Questions about updating the pluginYou can uninstall the plugin and it will not erase any data unless you turned on the CFDB Option that tells it that you want that to happen. You simply uninstall it, then in the plugins page, Add New, and you can upload the plugin .zip file from GitHub. You shouldn’t need to FTP.
I think I answered it. You can use the same value for $formName in the 2nd function.
- This reply was modified 9 years, 2 months ago by Michael Simpson.
Forum: Plugins
In reply to: [Contact Form DB] Remove search barYou would have to look up option on datatable.net site.
Forum: Plugins
In reply to: [Contact Form DB] Edit submission on front-end doesn’t workI haven’t used this inside a “do_shortcode” call. The shortcode queues up some javascript files for WP to be added to the page on which it appears. I wonder if those hooks are already called by the time your code is called, and therefore it is too late for WP to add the Javascript to the page.
Forum: Plugins
In reply to: [Contact Form DB] Remove search bartry the following “dt_options” value:
[cfdb-datatable form="YOUR_FORM" dt_options="bLengthChange:false, bFilter:false"]Forum: Plugins
In reply to: [Contact Form DB] Contact Form DB with Mailpress?Nope