I have found the solution to this!!
Just go to the plugin editor and select contact form 7 and replace the following code snippet
if ( ! defined( ‘WPCF7_AUTOP’ ) ) {
define( ‘WPCF7_AUTOP’, true );
}
to
if ( ! defined( ‘WPCF7_AUTOP’ ) ) {
define( ‘WPCF7_AUTOP’, false );
}
it will resolve the issue till we’ll get the update from the CR7 developers.