Skip to content

Commit 860968b

Browse files
authored
Merge pull request #6794 from FlowFuse/yndira/update-hs-form
Docs/install/intro: Replace hs script for partial
2 parents 80b80f7 + fb4700b commit 860968b

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

docs/install/introduction.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ meta:
1010
- kubernetes
1111
- trial license
1212
- deployment models
13+
templateEngineOverride: njk,md
14+
installationServiceHubspot:
15+
formId: "22edc659-d098-4767-aeb1-6480daae41ad"
16+
targetId: "hs-form-installation-service"
1317
---
1418

1519
# Installing FlowFuse
@@ -36,11 +40,8 @@ for any specific actions required.
3640

3741
If you need assistance, request our complimentary Installation Service, and we will help you install FlowFuse.
3842

39-
<script charset="utf-8" type="text/javascript" src="//js-eu1.hsforms.net/forms/embed/v2.js"></script>
40-
<script>
41-
hbspt.forms.create({
42-
region: "eu1",
43-
portalId: "26586079",
44-
formId: "22edc659-d098-4767-aeb1-6480daae41ad"
45-
});
46-
</script>
43+
{% set formId = installationServiceHubspot.formId %}
44+
{% set targetId = installationServiceHubspot.targetId %}
45+
{% set cta = "cta-request-installation-service" %}
46+
{% set reference = "docs-install-intro" %}
47+
{% include "hubspot/hs-form.njk" %}

0 commit comments

Comments
 (0)