document.addEventListener( 'wpcf7mailsent', function( event ) { if ( '101' == event.detail.contactFormId ) { location = 'https://www.example.com/thank-you-page-one/'; } else { location = 'https://www.example.com/thank-you-page-two/'; } }, false );