Michael Simpson
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] CF7 and CFDB data not savingThere is a CFDB option to exclude saving forms based on their name. Check that setting.
Forum: Plugins
In reply to: [Contact Form DB] How to add up to [cfbd-count]If you go to the CFDB Shortcode page, build the shortcode, and click on it to see the results, do you get anything?
Forum: Plugins
In reply to: [Contact Form DB] Can FCDB work with Contact From Generator plug in?CFDB has no code in it to integrate with that plugin. The [cfdb-save-form-post] shortcode will only work if the form does a regular form submit (where the browser does a page transition on submit). But if it does a submission via AJAX (where the page does not change when you submit) then the shortcode will not help. Custom code would be needed to integrate with that form.
Forum: Plugins
In reply to: [Contact Form DB] cf7dbplugin_stEntries in cf7dbplugin_st can be deleted. It holds temporary values simply to prevent two form submissions from having the exact same submit_time key.
Forum: Plugins
In reply to: [Contact Form DB] New DatabaseIf you purchase the CFDB Editor extension you can:
– Go to a CFDB Import administration page
– Download a Backup CSV File of a form (say called “form1”)
– Import the same file you just exported, but give it a new form name (say “form2”)
— (you now have 2 copies of the same submissions under “form1” and “form2”)
– Define a new form using the new form name (“form2”) and its new submissions will be saved until “form2” not “form1”I don’t quite following the “linking” part so I don’t know if this covers your use case.
Forum: Plugins
In reply to: [Contact Form DB] All fields not showing upYes, that’s exactly right.
Forum: Plugins
In reply to: [Contact Form DB] Pending ApprovalI’m happy to hear it did the job. Thank you for letting me know 🙂
Forum: Plugins
In reply to: [Contact Form DB] All fields not showing upIt is not clear to me if you are saying that
1. CFDB is not saving these form fields (don’t see them on the CFDB admin page) or
2. CFDB is saving the fields but you can’t get them to display with a shortcode.If 1, describe your form fields
– Field name
– Field typeIf 2, post the shortcode
See http://cfdbplugin.com/?page_id=804
And you should probably remove the spaces around the pipes.
Forum: Plugins
In reply to: [Contact Form DB] Multi Step Ajax SavingUnfortunately no.
Forum: Plugins
In reply to: [Contact Form DB] cfdb is not saving page title and url@julie: thanks for the thorough investigation & explanation!
Forum: Plugins
In reply to: [Contact Form DB] feature request: recognize custom user role permissionYes, this is a limitation in CFDB. It would be better if you could choose from available roles defined in WP. There is no other work-around right now.
Forum: Plugins
In reply to: [Contact Form DB] Calculated Fields Form to DBAn easier way is to create an export link from the CFDB shortcode builder page that exports CSV, then use that to download.
Also see: Accessing Form Data via PHP. It assumes your code is on the WordPress site. But if your client is on the same host, you could probably load the WP environment from wp_setting.php (or lookup what file needs to be loaded) then use the CFDB API.
Forum: Plugins
In reply to: [Contact Form DB] Export as xlsx not workingSome output from my phpinfo on a site where it works:
Zip enabled Zip version 1.13.3 Libzip version 1.1.2 XMLReader enabled XMLWriter enabled Simplexml support enabled Revision $Id: 8a1ef4915f2024925ab80334b809c691c2cc0196 $ Schema support enabledYou could ask on the Spout chat.
Forum: Plugins
In reply to: [Contact Form DB] How to add up to [cfbd-count]That should work. Check the HTML that is being produced in the page.