Our support team is ready to help you with your questions.
document.addEventListener("DOMContentLoaded", function() {
var currentURL = window.location.href;
var targetPage = "cross-bars-flat-profile-fitment";
var targetFilter = "filter.p.m.custom.make_model_year=Isuzu_X-Terrain_2020%2B";
console.log("HubSpot pop-up script is running."); // Debugging line
if (currentURL.includes(targetPage) && currentURL.includes(targetFilter)) {
console.log("Target page and filter matched."); // Debugging line
if (window.hbspt) {
console.log("Loading HubSpot pop-up..."); // Debugging line
hbspt.forms.create({
region: "na1",
portalId: "26153788",
formId: "2933276541",
target: "body"
});
} else {
console.log("HubSpot not found on page.");
}
} else {
console.log("Conditions not met. Pop-up not loaded.");
}
});