about
about copied to clipboard
Create a test landing page to try BookIt
We would like to test a new tool called BookIt. When users submit a HubSpot form, BookIt should automatically pop open a window for users to schedule a meeting with Sourcegraph.
To test this, we would like to create a test landing page on our website with the BookIt integration, so that we can see the whole process working. On the new page:
- Users should be able to submit a HubSpot form
- Then, the BookIt scheduler automatically pop
- Users should be able to choose a meeting time in the scheduler
- On the backend, our team will verify that the hubspot submission and meeting scheduler worked
To test this, we would like a test landing page creating with the following requirements:
- The test page can be a copy of this page: https://sourcegraph.com/contact
- The test page can live at the URL https://sourcegraph.com/contact-bookit-test
- The test page should use this code to embed a HubSpot form with BookIt on it:
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
region: "na1",
portalId: "2762526",
formId: "079b2630-456f-44be-b3db-817e2a71fad1"
});
</script>
Here is the GitStart Ticket for this issue: https://clients.gitstart.com/sourcegraph/3436/tickets/SGM-6908