Мне нужно, чтобы оно изменилось через несколько секунд. Мой текущий код не работает:
Код: Выделить всё
addEventListener('wpcf7mailsent', function(event) {
event.preventDefault();
document.querySelector('.qtWRP').style.display = 'none';
document.querySelector('.inputBTMx').style.display = 'none';
document.querySelector('.cap').style.display = 'none';
document.querySelector('.qtWRP2').style.display = 'block';
});
wpcf7Elm.addEventListener( 'wpcf7-mail-sent-ok', function( event ) {
jQuery ( 'form.wpcf7form' )[1000].reset();
}, false );;
[img]https://i.stack.imgur.com /KhxMh.png[/img]

< /п>
Подробнее здесь: https://stackoverflow.com/questions/781 ... il-sent-ok