Michael Simpson
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] My messages don't arriveYou don’t seem to grasp the nature of the limitation. Of course it works OK with just CF7 and its email. The issue is what information about the submission CF7 reveals to CFDB.
This conversation is confusing because it is conflating the issue of email delivery when an “+xxx” in an email address with what is saved by CFDB. These are separate issues.
Again: if you give me an example of the form with specific values and the specific values that are saved by CFDB, then I can better understand and assist you.
Forum: Plugins
In reply to: [Contact Form DB] My messages don't arriveThe need to use the “+xxxx” is to workaround a limitation in CF7 as is explained in the post.
From what you describe, using “+xxx” in an email doesn’t work. Not all mail systems accept those kinds of addresses. It sounds like yours does not. Again, CFDB doesn’t send the email, CF7 does. You should test sending an email to that address using your normal mail program. If it doesn’t work, then you need to put a unique valid email address for each option, otherwise CF7 gives CFDB no way to figure out the correct address when it is used more than one.
Forum: Plugins
In reply to: [Contact Form DB] Save other fields in CF DBYou can use my Add Shortcodes, Actions and Filters plugin to add code. That is what is used in the first link I gave.
[cfdb-html] : I mean if you plan to add HTML directly into your post to create a form, then you just add the shortcode in the post as well.
Forum: Plugins
In reply to: [Community Yard Sale] Address cannot be located on Google MapsI did a quick check using a Windows 7 VM and it seems OK there. I can see the map on my site on IE and Chrome. I see it in the admin page, and on pages with the short code.
Do you get any error in the Javascript console?
Forum: Plugins
In reply to: [Add Shortcodes Actions And Filters] quote escaping is strippedGood catch.
I’m pushing version 2.0.9 shortly with a fix.
Forum: Plugins
In reply to: [Contact Form DB] Unable to Commit changes in the Options pageThe Submit Changes button appears near the top of the page just above the tabs.
Forum: Plugins
In reply to: [Contact Form DB] how do I connect to a external DB-TableYou would have to code it. You could use the same hook described in Changing Form Data Before it is Saved which gives you a place to intercept the submission data then do something with it.
Forum: Plugins
In reply to: [Contact Form DB] cfdb is not saving page title and urlDo you see a Page Title and Page Title field in the form submission but they are empty? In that case CF7 is not providing values for those in the submission. You can also try something like: Capturing Form Page URL
The if the Page Title and Page Title columns do not appear at all in the CFDB submission, then it seems like the Option to collect those values ins not turned or or not recognized as on.
Forum: Plugins
In reply to: [Contact Form DB] Save other fields in CF DBForum: Plugins
In reply to: [Contact Form DB] My messages don't arrivebut your plugin capture the same value like radiobuttonvalue1 or radiobuttonvalue1
When you say the above, I don’t understand if you are saying it is capturing the right value or wrong value. The wording is confusing to me. A specific example showing what is in the shortcode and what is captured would help.
If I use the “+xxxx” my contact form 7 doesn’t send anything to my email but the plugin capture the correct values
This sounds like CFDB is behaving correctly because it is capturing the correct value. CFDB does not actually send any email, CF7 sends the email.
Forum: Plugins
In reply to: [Community Yard Sale] Address cannot be located on Google MapsI didn’t need to clear the cache or anything like that.
– I added the key
– saved
– refreshed the page again and it workedI can remove and replace the key and see it not work/work accordingly (do an extra page refresh after changing). I’m testing on Chrome and Firefox on Mac.
When I look at the browser Developer Tools Javascript Console,
– When I have no key saved, it shows MissingKeyMapError
– When I put in an invalid key it shows InvalidKeyMapError
– When the key is good I see no errorsForum: Plugins
In reply to: [Community Yard Sale] Address cannot be located on Google MapsI’m releasing version 1.1.6 today. You will need to get and install an API key for new domains.
Forum: Plugins
In reply to: [Contact Form DB] Submitted time formatOn the CFDB Options page, there is an option to set how it is displayed.
Forum: Plugins
In reply to: [Contact Form DB] cfdb is not saving page title and urlThe “Page Title” and “Page URL” fields are captured from the Contact Form 7 form submission by calling that’s plugin’s functions:
wpcf7_special_mail_tag('', '_post_title', ''); wpcf7_special_mail_tag('', '_post_url', '');Which ultimately references
$post->post_title get_permalink( $post->ID )Forum: Plugins
In reply to: [Contact Form DB] My messages don't arriveWhat value does it capture if not the right one?
Not all email systems recognize the “+xxxx” in the email. Gmail does (when I tried it last).