the loading script - put in the Head HTML of the in-betweener to give Hubspot a chance to populate the answers: window.onload = function(){ setTimeout(function(){ console.log("Timer expired.") window.location.replace("www dot yourloadingpage dot com"); }, 5000); };