Closed linear[bot] closed 4 weeks ago
need to correct form codes
We are seeing hubspot form submissions from a legacy/outdated form on the following pages:
The form being submitted is outdated not active.Form Name: Contact us - Multi-field - Cody for Work Request FormForm Script:
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> <script> hbspt.forms.create({ portalId: "2762526", formId: "05e46684-9fbc-4c4d-b010-f661f247c4c6" }); </script>
We need to remove the above script/reference to that form and confirm that the below scripts are associated with the right URLs.Form Name: Contact us - Multi-field - Master FormURL : Book a DemoForm Script:
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> <script> hbspt.forms.create({ portalId: "2762526", formId: "e090296f-84f5-4bcb-9093-a533336841b4" }); </script>
Form Name: Contact Us - Multi-Field - Cody Enterprise Trial RequestURL :Cody Enterprise TrialForm Script:
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> <script> hbspt.forms.create({ portalId: "2762526", formId: "8eeb5a2f-8189-4510-a4fa-90aa9f1f1647" }); </script>
Please acknowledge receipt of this bug when you can .
Here is the GitStart Ticket for this issue: https://clients.gitstart.com/sourcegraph/3436/tickets/SGM-7320
need to correct form codes
We are seeing hubspot form submissions from a legacy/outdated form on the following pages:
The form being submitted is outdated not active.
Form Name: Contact us - Multi-field - Cody for Work Request Form
Form Script:
We need to remove the above script/reference to that form and confirm that the below scripts are associated with the right URLs.
Form Name: Contact us - Multi-field - Master Form
URL : Book a Demo
Form Script:
Form Name: Contact Us - Multi-Field - Cody Enterprise Trial Request
URL :Cody Enterprise Trial
Form Script:
Please acknowledge receipt of this bug when you can .