Contact Form 7 Problem
-
We’re using Contact Form 7 (CF7) with Virtue 2.5.8
A CF7 Webhook is not firing, and after disabling al installed plugins we’re not found that that has fixed the problem.
Do you know of any issues between the Virtue Theme and CF7?
And if so, what needs to be done to fix any possible conflict?In particular the CF7 related code that’s not working is as follows…
=======================================================================
add_action(‘wpcf7_before_send_mail’,’cf7_save_to_the_database’);function cf7_save_to_the_database($cf7) {
write_log(“———–SAVING RESULTS TO DATABASE———-“);
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Contact Form 7 Problem’ is closed to new replies.