sourcegraph / about

Sourcegraph blog, feature announcements, and website (about.sourcegraph.com)
https://about.sourcegraph.com
97 stars 172 forks source link

Urgent, correct outdated form embed codes #7320

Closed linear[bot] closed 4 weeks ago

linear[bot] commented 1 month 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 Form
Form 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 Form
URL : Book a Demo
Form 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 Request
URL :Cody Enterprise Trial
Form 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 .

gitstart-app[bot] commented 1 month ago

Here is the GitStart Ticket for this issue: https://clients.gitstart.com/sourcegraph/3436/tickets/SGM-7320