-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1577 from minkyngkm/wd-19255
Build page on /solutions/cloud-native-development
- Loading branch information
Showing
5 changed files
with
546 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
templates/solutions/cloud-native-development/form-data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"form": { | ||
"/solutions/cloud-native-development": { | ||
"templatePath": "/solutions/cloud-native-development/index.html", | ||
"isModal": true, | ||
"modalId": "cloud-native-development-modal", | ||
"formData": { | ||
"title": "Get in touch", | ||
"formId": "6134", | ||
"returnUrl": "/solutions/cloud-native-development#contact-form-success", | ||
"product": "" | ||
}, | ||
"fieldsets": [ | ||
{ | ||
"title": "Contact Canonical to discuss your app modernization needs and find out how our open source technologies can help you.", | ||
"id": "about-you", | ||
"noCommentsFromLead": true, | ||
"fields": [ | ||
{ | ||
"type": "tel", | ||
"id": "phone", | ||
"label": "Phone number" | ||
}, | ||
{ | ||
"type": "text", | ||
"id": "company", | ||
"label": "Company" | ||
}, | ||
{ | ||
"type": "text", | ||
"id": "title", | ||
"label": "Job title" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.