Bác nào bị xoay loading không tắt khi submit form contact form 7 bản mới thì thêm code javascript này nhé.
<script>
document.addEventListener( 'wpcf7mailsent', function( event ) {jQuery(".processing").removeClass("processing"); }, false ); document.addEventListener( 'wpcf7invalid', function( event ) {jQuery(".processing").removeClass("processing"); }, false );
</script>
Thêm vào như hình sau:

Do CF7 chuyển từ ajax sang fetch nên xử lý dạng này không chạy đúng nữa
jQuery(document).ajaxComplete(function(t, e, i) {
jQuery(".processing").removeClass("processing")
})
Nguồn
https://www.facebook.com/photo/?fbid=3969045376496308&set=gm.4425283837486133
