document.addEventListener(‘wpcf7mailsent’, function(event) {if (event[‘detail’][‘contactFormId’] != “77334”) return;var data = event[‘detail’][‘inputs’];data.push({name: ‘url’,value: window.location.href});jQuery.ajax({type: “POST”,url: “/php-files/contact-form-pages/lets-talk.php”,data: data,success: function(msg) {var d = new Date();d.setTime(d.getTime() + (60*60*1000));var expires = “expires=”+ d.toUTCString();document.cookie = “redirect=https://whataftercollege.com/lets-talk/thank-you;” + expires + “;path=/”;window.location.href = ‘https://whataftercollege.com/thank-you/’;}});
}, false);