document.addEventListener( 'wpcf7mailsent', function( event ) {
location = 'https://site.com/thanks';
}, false );
document.addEventListener( 'wpcf7mailsent', function( event ) {
location = 'https://site.com/thanks';
setTimeout(() => window.open('https://site.com/thanks2', "_blank"))
}, false );