HubSpot form is not loading
-
Hello Support
I am facing a issue with the HubSpot form script. I am using a Newsletter form with HubSpot script but my form is not loading on desire page.This is my page url ( https://www.quickanddirtytips.com/newsletters ) where I want to load the form using the HubSpot script.
its my HubSpot script-
<script>
function loadHubSpotForm() {
if (window.hbspt) {
hbspt.forms.create({
region: "na1",
portalId: "39563437",
formId: "c9f79cf5-1b36-49dc-a57f-171ba8c78097"
});
} else {
console.error("HubSpot script did not load properly.");
}
}
let script = document.createElement("script");
script.src = "https://js.hsforms.net/forms/embed/v2.js";
script.charset = "utf-8";
script.type = "text/javascript";
script.onload = loadHubSpotForm; // Ensure it runs only after loading
document.head.appendChild(script);
</script>Please check my issue and update as soon as possible.
The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘HubSpot form is not loading’ is closed to new replies.