Michael Simpson
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] PHP7 Compatibility?Forum: Plugins
In reply to: [Contact Form DB] Admin View searchNot in the admin view. Although you can set a CFDB Option to load more records in that page.
You can create a shortcode on a page to do such a search. https://cfdbplugin.com/?page_id=680
Forum: Plugins
In reply to: [Contact Form DB] Edit submission on front-end doesn’t workThe editor currently doesn’t work when you have
form="*". You have to specify a specific form.Forum: Plugins
In reply to: [Contact Form DB] DB ranking by calculating difference of 2 number columnsemail me at info@cfdbplugin.com
Forum: Plugins
In reply to: [Contact Form DB] Not capturing Employee namesThat is a good question for the CF7 forum.
Forum: Plugins
In reply to: [Add Shortcodes Actions And Filters] Adding shortcodes inside shortcodes?You rock!
Forum: Plugins
In reply to: [Contact Form DB] Not capturing Employee namesIf submitters did not fill in these fields, then they will be empty. CFDB saves all fields sent by the form submission.
Forum: Plugins
In reply to: [Contact Form DB] Cookie __utmaNo idea. Probably not a CFDB issue. It saves whatever cookies the browser sends.
Forum: Plugins
In reply to: [Contact Form DB] Submit buttonIf there is, it would not involve CFDB. CFDB does not create your form or submit button. It is a question for your form plugin.
Forum: Plugins
In reply to: [Contact Form DB] DB ranking by calculating difference of 2 number columnsStrange.
If you remove
&&AddRowNumberField(Platz)what do you see?Forum: Plugins
In reply to: [Contact Form DB] Pull in data from custom DBThe plugin doesn’t support pulling in data from other database tables.
[cfdb-save-form-post] does not work with ajax submissions. But in the code that handles that ajax submitssion, you could add
do_shortcode('[cfdb-save-form-post]');Forum: Plugins
In reply to: [Contact Form DB] Maximum data export (Shortcode)I would expect that to work. If the filter is just
filter="submit_time>today"do you get results from today?Forum: Plugins
In reply to: [Contact Form DB] Export to excel not availableExport to Excel format should always be showing as an export option. Where is it not available?
Forum: Plugins
In reply to: [Contact Form DB] semicolon instead of commaWhen selection to export to a CSV format, you should see an option to set the delimiter
Forum: Plugins
In reply to: [Contact Form DB] Make Link Clickable in in datatableI don’t follow what the problem is. My link shows an example of JavaScript that you can use to wrap a URLs in a table in an HTML A tag. You can certainly change that JavaScript to suit your need.