mbdssdos
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] No body text getting throughOops. My bad!
All sorted now. Thanks!
Forum: Plugins
In reply to: [Postie] No body text getting throughI’ve installed the support plugin, and run a debug.
The “Drop Signature” feature is already off.
Forum: Plugins
In reply to: [Postie] No body text getting throughThe issue still isn’t fixed.
The Debug log linked above has been updated.
Forum: Plugins
In reply to: [Postie] No body text getting throughPosts are coming out titled as ‘Thu, 26 Jan 17’ rather than ‘Dog Find: Thu, 26 Jan 17’ as suggested by debug log
Forum: Plugins
In reply to: [Contact Form DB] Shortcode not working on site, but fine in builderI’ve just had a play with one of the other tables (“samples”) and it’s working absolutely fine. It’s left me wondering if the problem is because the other table name has spaces in it?
Hardly conclusive, but another table with spaces in name also has the same issues….
Forum: Plugins
In reply to: [Contact Form DB] Shortcode not working on site, but fine in builderHi,
Thanks for your suggestion, that does give me the correct set of data, at least in the shortcode builder window.
On the actual page of my site, I’m still not getting anything.
Looking at the source of the page, it seems like the shortcode is trying to do something, but it’s just not getting any data…
<table id="cftble_2119501403" class="cf7-db-table" > <thead> <tr> </tr> </thead> <tbody> </tbody> </table>Forum: Plugins
In reply to: [Contact Form 7] Set "subject" as a dropdown list on formIf I’m understanding you correctly, create a a “Drop down menu” on your form,
e.g.
[select subject_menu "Subject 1|Value1" "Subject 2|Value2" "Subject 3|Value3"]Then just place
[subject_menu]in the email subject box.If you’re using Flamingo to store the mail messages, then add
flamingo_subject: "[subject_menu]"in the “Additional Settings” text box at the bottom of the page.