diff --git a/index.html b/index.html index 51c2df1..ff052a7 100644 --- a/index.html +++ b/index.html @@ -438,6 +438,13 @@

Request the estimation for your project

region: "na1", portalId: "7227761", formId: "da33e91f-fa42-4232-b67e-540c4f76d4d9", + onBeforeFormSubmit: () => { + window.dataLayer = window.dataLayer || []; + window.dataLayer.push({ + event: "formSubmission", + formType: "Request the estimation", + }); + }, });