Skip to content

Commit

Permalink
Add new url for A/B testing Contact Us form and reduce dropdown optio…
Browse files Browse the repository at this point in the history
…ns (#13015)

* Add new url for A/B testing Contact Us form and reduce dropdown options

* Block B page from search engines

* Remove list.html, added by accident testing other stuff

* Add getting started back
  • Loading branch information
sicarul authored Oct 2, 2024
1 parent fd06d3c commit 442cb90
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
11 changes: 2 additions & 9 deletions content/contact.md → content/contact/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Talk to a human
meta_desc: Contact Pulumi for any general inquiries, including requests for pricing, support, or training.
type: page
layout: contact
form:
- key: general
Expand All @@ -10,17 +11,9 @@ form:
- key: sales
label: I want to talk to someone in Sales
hubspot_form_id: 8381e562-5fdf-4736-bb10-86096705e4ee

- key: "tf-migration"
label: I want to talk to someone in Expert Services (migration, etc)
hubspot_form_id: 8c64aa2d-7c77-4d8e-9012-94d1acaefa74


- key: onboarding
label: I need help getting started
hubspot_form_id: c7b85755-7132-4b47-8767-bbc2d2496d17

- key: registry
label: I need help publishing a package to Pulumi Registry
hubspot_form_id: c7b19a90-319d-45c1-9a89-acaedd2a8945

---
20 changes: 20 additions & 0 deletions content/contact/b.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Talk to a human
meta_desc: Contact Pulumi for any general inquiries, including requests for pricing, support, or training.
type: page
layout: contact
block_external_search_index: true
form:
- key: general
label: I have a general question
hubspot_form_id: 71507f4e-e34e-4dc9-9da6-b44953cac811

- key: sales
label: I want to talk to someone in Sales
hubspot_form_id: 8381e562-5fdf-4736-bb10-86096705e4ee

- key: onboarding
label: I need help getting started
hubspot_form_id: c7b85755-7132-4b47-8767-bbc2d2496d17

---

0 comments on commit 442cb90

Please sign in to comment.