Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
added hidden hs form for ck
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddzurus1 committed Feb 1, 2021
1 parent 69604f2 commit c93e962
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dataschool/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,18 @@
<body>
{{ content }}
{%- include footer.html -%}
<div style="display: none;" id="ck-test-form"></div>
<!--[if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
<![endif]-->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
<script>
hbspt.forms.create({
portalId: "392937",
formId: "0fd312e7-3ab6-4a25-b9f9-2325e0efe90c",
sfdcCampaignId: "7011M000001BdECQA0",
target: "#ck-test-form"
});
</script>
</body>
</html>

0 comments on commit c93e962

Please sign in to comment.