ericsyd
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Validation on From field is wrongI had 2 errors, senders address and subject.
The subject was resolved by having a couple of letters pre the subject shortcode-> DP: [your-subject]
In the subject the DP: relates to the website as we have a couple.For the senders email, it simply relates to the domain the website is on. For this we simply put in a fictitious email that related to the website domain. There is in reality no such email address but the purpose is to show what website the email is sent from. We could set up an email for the domain, but it works without it – no configuration error.
We had in the additional headers field: Reply-To: [your-email]
This does not work and the author may be able to spread more light on this hopefully.
I don’t believe the issue is with host providers not accepting particular information “now”. We reverted from CF7 4.4 back to 4.3.1 and the conflict has stopped. It would seem strange that our hosting provider is happy to accept spam email just because we rolled back CF7 a notch.
Forum: Plugins
In reply to: [Contact Form 7] Invalid contact forms foundResolved is only wishful thinking. The plugin is broken as of the CF7 4.4 version and WordPress is not the problem.
Forum: Plugins
In reply to: [Contact Form 7] Configuration errorsIt’s not resolved, the error remains and it is not the WordPress update that caused the conflict as we updated WordPress first, before updating CF7, and CF7 worked fine in the interim. We have reloaded CF7 4.3.1 and we are back in business. Does anyone use a good contact form plugin ?
Is WordFence being modified to include IPv6
Forum: Plugins
In reply to: [Contact Form 7] wpcf7_before_send_mail does not pass posted_dataThank you Snerfus.
Do you happen to know if there is a listing of the new functions somewhere?Forum: Plugins
In reply to: [Contact Form 7] wpcf7_before_send_mail does not pass posted_dataSee: https://contactform7.com/2014/07/02/contact-form-7-39-beta/
add_action(‘wpcf7_before_send_mail’, ‘my_wpcf7_before_send_mail’);
function my_wpcf7_before_send_mail($form) {
$submission = WPCF7_Submission::get_instance();
$data = $submission->get_posted_data();
}Thanks Rob W
Forum: Plugins
In reply to: [Contact Form 7] wpcf7_before_send_mail does not pass posted_dataSame problem for me though the main data seems to function
$wpcf7->id; & $wpcf7->title; etc and can set $wpcf7->skip_mail = 1;count($wpcf7->posted_data) ; // returns 0
Have disabled all plugins except Contact Form 7
Have removed the add_action(‘wpcf7_before_send_mail’,… from my functions,php
and used instead a plugin – so 2 plugins activeRemoved child theme and running Twenty Fourteen.
Would appreciate some assistance. It was working fine, doesn’t pay to have auto update.Hi Claude, all worked out, sorry. Great plugin.
Hi Claude – very good work.
You say there is version 3.5 but my version is only 0.9, and I cannot find a latter version. Could you tell me where to find 3.5 as I would like to address the above issue also, and try and add a visitor update (last visited) entry when they log in this way.
Currently I use ‘User Login Stats’ which does the rick nicely, but it is bypassed using Social Login.
Thanks