Problem with W3 Total Cache
-
This seems to be a ContactForm7 issue or a custom code issue.
If
W3 Total Cache
is used then one cannot Save to Draft, Save or Send using a non-mapped contact form. The system just hangs and no errors are reported in the server log files.However, using
WP Fastest Cache
everything is fine and the website is also super fast.I use following filters that would also be used by non mapped forms
add_filter('cf7sg_prefill_form_fields', 'prefill_cf7sg_new_article_form',10,2); add_filter( 'cf7sg_validate_submission','validate_field_submission',10,3); add_filter( 'wpcf7_before_send_mail', 'wpcf7_before_send_mail_function', 10, 3 ); add_filter('cf7sg_prefill_form_fields', 'prefill_cf7sg_correspondence',10,2);
This is for information
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Problem with W3 Total Cache’ is closed to new replies.