Contact Form 7 – how to disable spinner the right way

just put this snippet …

add_filter( 'wpcf7_load_js', '__return_false' );

… in your child-themes functions.php and just like that, the matter is solved.