From 54f18b7ac3eb288e972de02ac6c5f4ef45fded51 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 29 Jul 2024 16:11:31 -0500 Subject: [PATCH] Website: Update "What will you use Fleet for?" options in /start questionnaire and talk to us form options (#20821) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #20557 Closes: #20735 Changes: - Updated the options for the "What will you use Fleet for?" question in the /start questionnaire and the talk to us form - “Endpoint ops for Identity engineers and IT admins” » “IT engineering” - “Endpoint ops for security engineering” » “Security engineering” - Removed the "Vulnerability management" option --- website/assets/js/pages/contact.page.js | 4 ++-- website/views/pages/contact.ejs | 6 +++--- website/views/pages/start.ejs | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/website/assets/js/pages/contact.page.js b/website/assets/js/pages/contact.page.js index 434121b527..4982f49cf8 100644 --- a/website/assets/js/pages/contact.page.js +++ b/website/assets/js/pages/contact.page.js @@ -62,8 +62,8 @@ parasails.registerPage('contact', { this.formDataToPrefillForLoggedInUsers.firstName = this.me.firstName; this.formDataToPrefillForLoggedInUsers.lastName = this.me.lastName; this.formDataToPrefillForLoggedInUsers.organization = this.me.organization; - // Only prefil this information if the user has this value set. - if(this.me.primaryBuyingSituation) { + // Only prefil this information if the user has this value set to a value that is not VM. + if(this.me.primaryBuyingSituation && this.me.primaryBuyingSituation !== 'vm') { this.formDataToPrefillForLoggedInUsers.primaryBuyingSituation = this.me.primaryBuyingSituation; } this.formData = _.clone(this.formDataToPrefillForLoggedInUsers); diff --git a/website/views/pages/contact.ejs b/website/views/pages/contact.ejs index 1df8cb5bac..52bb23bf6f 100644 --- a/website/views/pages/contact.ejs +++ b/website/views/pages/contact.ejs @@ -82,9 +82,9 @@
Please select an option.
diff --git a/website/views/pages/start.ejs b/website/views/pages/start.ejs index 93a92cbe0f..ff17641aba 100644 --- a/website/views/pages/start.ejs +++ b/website/views/pages/start.ejs @@ -35,18 +35,18 @@ -