Michael Simpson
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Mobile-Uploaded Image Flipped on DisplayNo support for that in the plugin.
Forum: Plugins
In reply to: [Contact Form DB] date in data >= POST date inputTry this:
filter="strtotime(Available-From)>=strtotime($_POST(avail))"Forum: Plugins
In reply to: [Contact Form DB] Field ValidationShort answer: no. CFDB has to rely on the front-end form plugin to provide a hook for validation CF7 does, but you can only validate single fields independently. You can’t evaluation name & DoB together. An example of a singe-field validation is shown here: https://cfdbplugin.com/?page_id=904 but that isn’t going to satisfy your requirement.
When you have choices like this:
“Aasmund Vinjes vei|1470”
“Almeveien|1470”
“Almeveien/Skårerveien Gangvei|1470”
“Alvetunet|1470”Choosing any of then will save the value “1470” in CFDB. If you are trying to capture both the name and the number then you can try this technique: https://cfdbplugin.com/?page_id=804 but that only works if you have unique values for each option after the | symbol.
The problem is that CF7 tells CFDB that “1470” was selected. But CFDB doesn’t know whether it is “Aasmund Vinjes vei”, “Almeveien” or any other choice associated with 1470. It only works correctly if there is only one choice.
Pls post your form definition.
Forum: Plugins
In reply to: [Contact Form DB] Generate ID on the base of field valuesI don’t know. You must debug your code.
Forum: Plugins
In reply to: [Contact Form DB] Counting submissionsI wouldn’t expect CFDB shortcode to
Work in emails. CF7 would have to make WP run it.Forum: Plugins
In reply to: [Contact Form DB] Counting submissionsIn a shortcode, if you add “submit_time” to the “show” then you will see unique values for each submission. But they are not 1,2,3 count values.
Forum: Plugins
In reply to: [Contact Form DB] Is CFDB gone?@pluginvulnerabilities I don’t object the process so much to as to the unprofessional way your person communicates to me in email. Can you assign someone more professional to my case that I can actually work with?
Forum: Plugins
In reply to: [Contact Form DB] Quotation marks in .csv exportAs a possible work-around, if you pull it into Excel, then format the numeric cells as “Text”, then export to CSV, it might preserve your number format. I’m not sure, but it might be worth a try.
Forum: Plugins
In reply to: [Contact Form DB] Fields with Conditional Logic Not CapturedPerhaps there is a bug. I would have to set up an example like that and check it out.
Forum: Plugins
In reply to: [Contact Form DB] Is CFDB gone?You can just download it form GitHub then upload it from your plugins page.
Forum: Plugins
In reply to: [Contact Form DB] Counting submissions[cfdb-count] counts the entries. So if you had 100 entries, you would get “100”.
Look at the “Add Row Number” example on https://cfdbplugin.com/?page_id=1167
Forum: Plugins
In reply to: [Contact Form DB] Edit Date Modus not working any morePlease contact me at info@cfdbplugin.com about issues related to the for-sale plugin. (This forum is only permitted for the free plugins). Thanks.
Forum: Plugins
In reply to: [Contact Form DB] Quotation marks in .csv exportThe quotes is standard CSV. Why do you would need it without? You can change the field delimiter (the comma) but I don’t have a option in the plugin to change the quotes.