From a485422ba26516601343f9fd44186a44b80e7441 Mon Sep 17 00:00:00 2001 From: Andrey Vasnetsov Date: Tue, 21 Jun 2022 23:44:01 +0200 Subject: [PATCH] add name to the form --- qdrant-landing/content/surveys/cloud-request.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/qdrant-landing/content/surveys/cloud-request.md b/qdrant-landing/content/surveys/cloud-request.md index c3ad2d35c..d99c6cbb6 100644 --- a/qdrant-landing/content/surveys/cloud-request.md +++ b/qdrant-landing/content/surveys/cloud-request.md @@ -10,6 +10,12 @@ form: name: email required: True - id: 1 + label: May we have your name, please? + type: text + rows: 1 + placeholder: Dr. Smith + name: name + - id: 2 label: For what purpose do you/will you use a cloud-hosted solution? type: checkbox options: @@ -18,7 +24,7 @@ form: - For a client as an agency or a freelancer - For a personal project name: purpose - - id: 2 + - id: 3 label: What's the size of your company? type: radio options: @@ -29,7 +35,7 @@ form: - 201-1000 - 1001+ name: companySize - - id: 3 + - id: 4 label: What is your use case? type: radio options: @@ -41,7 +47,7 @@ form: - Anomalies Detection - Other name: case - - id: 4 + - id: 5 label: Have you ever used any vector search engines? If yes, which ones? type: text rows: 1