// HubSpot Standalone & Embedded Forms Integration with JavaScript Widget // Copyright Clearout.io <script> hbspt.forms.create({ region: "REPLACE_WITH_YOUR_HUBSPOT_REGION", portalId: "REPLACE_WITH_YOUR_HUBSPOT_PORTAL_ID", formId: "REPLACE_WITH_YOUR_HUBSPOT_FORM_ID", onFormReady: function ($form) { var clearout = window.clearout = window.clearout || [], opts = { app_token: "REPLACE_WITH_YOUR_CLEAROUT_CLIENT_APP_TOKEN", mode: "ajax", api_url: "https://api.clearout.io" }; clearout.push(["initialize", opts, $form]), function () { var t = document, e = t.createElement("script"), a = t.getElementsByTagName("script")[0]; e.type = "text/javascript", e.async = !0, e.src = "https://clearout.io/wp-content/co-js-widget/clearout_js_widget.js", a.parentNode.insertBefore(e, a) }(); } }); </script> // HubSpot Standalone & Embedded Forms Integration with JavaScript Widget // Copyright Clearout.io