Michael Simpson
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Retired databaseIf records are deleted, there is no retrieving them.
Forum: Plugins
In reply to: [Contact Form DB] CPDB is not using “Admin field label” with Gravity FormsTry it in version 2.10.25
Forum: Plugins
In reply to: [Contact Form DB] CPDB is not using “Admin field label” with Gravity FormsLet me see if I can add that in.
Forum: Plugins
In reply to: [Contact Form DB] Show whether an error occurred in sendingNo, CFDB only saves what CF7 sends it, which doesn’t include email error information.
Given you installed CFDB, then I assume you have all the default settings.
CFDB can only save what CF7 passes along to it. So if the problem is upstream in CF7, you have to fix it in CF7.
When CF7 receives a form submission, the form should be configured to send an email to someone with the form values. CFDB saves those same values. If you get information in the email that you don’t see being saved in CFDB, then there might be an problem with CFDB. But if you are not getting all the information, or no email at all, then the problem mostly likely lies upstream in CF7.
Forum: Plugins
In reply to: [Contact Form DB] Edit form information front endI have an editing capability for sale, but it may not fully suit your needs. It won’t allow you to upload a picture and it doesn’t limit editing to only those entries that a user entered himself. It will let you use [cfdb-datatable] and be able to edit the text in the cells, as well as edit them on the administration page.
Forum: Plugins
In reply to: [Contact Form DB] Export fields in HTML formatNo there isn’t a setting for this. It does that to protect against Javascript & HTML injection attacks when displaying the data on a page.
Forum: Plugins
In reply to: [Contact Form DB] Autofill from databaseI don’t see the problem. It might be a problem with quotes. I suggest to create the shortcode again from the shortcode builder page, test it there, and paste it on your page.
Forum: Plugins
In reply to: [Contact Form DB] Multistep formsOn the CFDB Options page, there is a place to list names of forms that you do not want to be captured.
Forum: Plugins
In reply to: [Contact Form DB] Incrementing counter issuesCFDB hooks into CF7 hook: wpcf7_before_send_mail which is probably happening before the hook you are using.
Forum: Plugins
In reply to: [Contact Form DB] fields been save as large post_data stringForum: Plugins
In reply to: [Contact Form DB] get the post dataIf using Contact Form 7, on the CFDB Options page you can turn on those options.
Otherwise, you can try capturing the URL (but not post): http://cfdbplugin.com/?page_id=1337
Forum: Plugins
In reply to: [Contact Form DB] Select some entry and printThis may be helpful: http://cfdbplugin.com/?page_id=1389
Forum: Plugins
In reply to: [Contact Form DB] DropDown DataMaking something happen on your form when you select something on your drop down is a question for CF7 not CFDB.
Forum: Plugins
In reply to: [Contact Form DB] How to make show only 1 row?Or you can create a form to search the database
If you are talking about the search box in the datatable, then I’ll refer you to the datatables.net site.
https://datatables.net//forums/discussion/20110