в файл
/wp-content/themes/union/functions.php
добавить:
add_action( 'wp_footer', 'customcf7event', 9999);
function customcf7event() {
// https://toster.ru/q/479293
?>
<script type="text/javascript">
$(document).on('wpcf7mailsent', function(){
$(".thnks").fadeIn();
});
</script>
<?php
}
ЛИБО в файл
/wp-content/themes/union/footer.php
ПЕРЕД закрывающим тегом
< /body >
добавить:
<script type="text/javascript">
$(document).on('wpcf7mailsent', function(){
$(".thnks").fadeIn();
});
</script>
Ну и прежде чем задавать вопросы - попробуйте сначала гуглить.
https://contactform7.com/2017/06/07/on-sent-ok-is-...