Forum Replies Created

Viewing 1 replies (of 1 total)
  • All you have to do disable Ajax load from the plugin configuration file to disable the form from sending messages using JavaScript.

    Usually when JavaScript is enabled the page doesn’t refresh while sending messages but when disabled, the page will refresh.

    To disable the plugin from using JavaScript to send messages simply go to Plugins, Contact Form 7, click on edit and locate the wp-contact-form-7.php file then make the amendments below.

    //Change
    define( ‘WPCF7_LOAD_JS’, true);

    //To

    define( ‘WPCF7_LOAD_JS’, false);
    //

Viewing 1 replies (of 1 total)