How to handle Hubspot-Forms?
-
I have a hubspot script which creates an iframe and outputs a form. This won’t be blocked by default by embed privacy. How to handle this properly please? at the moment i place the code via html block in gutenberg
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
portalId: "8732334",
formId: "4ef65701-d3a9-4014-88cb-2a0f4f098352",
region: "na1"
});
</script>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.