Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a test landing page to try BookIt #6908

Closed
iskyOS opened this issue May 2, 2024 · 1 comment
Closed

Create a test landing page to try BookIt #6908

iskyOS opened this issue May 2, 2024 · 1 comment
Assignees

Comments

@iskyOS
Copy link
Contributor

iskyOS commented May 2, 2024

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:

<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>
Copy link
Contributor

gitstart-app bot commented May 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants