Forum Replies Created

Viewing 1 replies (of 1 total)
  • This alternative option is a really quick and easy fix. Simply add the following to your wp-config.php file (the comment line is optional). I add it fairly near the top after the intro comment in that file. The form works a treat even with the file upload feature.

    // ** Turn off JS for Contact Form 7 ** //
    
    define('WPCF7_LOAD_JS', false);
Viewing 1 replies (of 1 total)