I agree to the terms of use 2+2=?
document.addEventListener( 'wpcf7mailsent', function( event ) { if ( '123' == event.detail.contactFormId ) { // replace 123 with your form ID var downloadLink = document.querySelector( '#download-link' ).value; location = 'https://example.com/thank-you/?file=' + downloadLink; // replace example.com with your domain } }, false );
Δ