Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter timholz

    (@timholz)

    Hi
    After a couple of hours trouble shooting, i went back to woocommerce 2.3 and contact form 7 operates again nicely.
    Woocommerce 2.4 somehow affects contact form 7.
    regards
    theo

    Thread Starter timholz

    (@timholz)

    Hi

    If anyone is using contact form 7 with woocommerce 2.4.3, you may notice that on submit the ajax-loader.gif turns forever and the form does not operate as expected (error messages won’t show and redirect to thanks-page does not work either).
    Woocommerce 2.4.3 has an ajax conflict with contact form 7.
    When you inspect the dom near the submit button, you will most probably see ?unexpected token?.
    The woocommerce plugin author recommends to put the following code into wp-config.php:

    define('WP_DEBUG', false);
    error_reporting(0);
    @ini_set('display_errors', 0);

    I can confirm, that this code works for my woocommerce site with contact form 7.
    regards
    theo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cf7 not showing error messages anymore’ is closed to new replies.