Chỉ áp dụng cho theme Flatsome

Để sử đụng bạn copy đoạn code sau vào Footer.php trong thư mục theme bạn đang sử dụng nhé!
<script type='text/javascript'>
document.addEventListener( 'wpcf7submit', function( event ) {
jQuery('.wpcf7 .processing').removeClass('processing');
}, false );
</script>
Chúc các bạn thành công!

