Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions templates/data/lakehouse/form-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"form": {
"/data/lakehouse": {
"templatePath": "/data/lakehouse/index.html",
"isModal": true,
"modalId": "data-lakehouse-modal",
"formData": {
"title": "Talk to our Apache Spark solution architects",
"formId": "6203",
"returnUrl": "/data/lakehouse#contact-form-success",
"product": ""
},
"fieldsets": [
{
"title": "Tell us more about your Spark use case",
"id": "comments",
"isRequired": false,
"fields": [
{
"type": "long-text",
"id": "comments",
"placeholder": "Anything you'd like to communicate about your needs or interests?"
}
]
},
{
"title": "How should we get in touch?",
"id": "about-you",
"noCommentsFromLead": true,
"fields": [
{
"type": "text",
"id": "company",
"label": "Company name",
"isRequired": true
},
{
"type": "text",
"id": "title",
"label": "Job title",
"isRequired": true
},
{
"type": "tel",
"id": "phone",
"label": "Mobile/cell phone number"
}
]
}
]
}
}
}
Loading