mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 15:08:30 +02:00
add name to the form
This commit is contained in:
@@ -10,6 +10,12 @@ form:
|
|||||||
name: email
|
name: email
|
||||||
required: True
|
required: True
|
||||||
- id: 1
|
- 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?
|
label: For what purpose do you/will you use a cloud-hosted solution?
|
||||||
type: checkbox
|
type: checkbox
|
||||||
options:
|
options:
|
||||||
@@ -18,7 +24,7 @@ form:
|
|||||||
- For a client as an agency or a freelancer
|
- For a client as an agency or a freelancer
|
||||||
- For a personal project
|
- For a personal project
|
||||||
name: purpose
|
name: purpose
|
||||||
- id: 2
|
- id: 3
|
||||||
label: What's the size of your company?
|
label: What's the size of your company?
|
||||||
type: radio
|
type: radio
|
||||||
options:
|
options:
|
||||||
@@ -29,7 +35,7 @@ form:
|
|||||||
- 201-1000
|
- 201-1000
|
||||||
- 1001+
|
- 1001+
|
||||||
name: companySize
|
name: companySize
|
||||||
- id: 3
|
- id: 4
|
||||||
label: What is your use case?
|
label: What is your use case?
|
||||||
type: radio
|
type: radio
|
||||||
options:
|
options:
|
||||||
@@ -41,7 +47,7 @@ form:
|
|||||||
- Anomalies Detection
|
- Anomalies Detection
|
||||||
- Other
|
- Other
|
||||||
name: case
|
name: case
|
||||||
- id: 4
|
- id: 5
|
||||||
label: Have you ever used any vector search engines? If yes, which ones?
|
label: Have you ever used any vector search engines? If yes, which ones?
|
||||||
type: text
|
type: text
|
||||||
rows: 1
|
rows: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user