-
Notifications
You must be signed in to change notification settings - Fork 195
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 #476 from panoratech/new-integration-form
New integration form
- Loading branch information
Showing
1 changed file
with
10 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,21 +6,13 @@ body: | |
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this! | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: "How can we get in touch with you if we need more info? (We'll edit the issue to hide your email)" | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: true | ||
Thanks for taking the time to fill out this! | ||
Please fill one ticket per platform you want to integrate with. | ||
- type: dropdown | ||
id: software_category | ||
attributes: | ||
label: Category | ||
label: "What type of software do you want to build integrations with?" | ||
multiple: true | ||
description: "What type of software do you want to build integrations with?" | ||
options: | ||
- Accounting | ||
- Calendar | ||
|
@@ -45,5 +37,10 @@ body: | |
- type: textarea | ||
id: platforms | ||
attributes: | ||
label: Platforms | ||
description: "Which specific platforms would you integrate with? (example: Salesforce, Hubspot, Zendesk, Jira...)" | ||
label: "Which specific platforms would you integrate with?" | ||
description: " (example: Salesforce, Hubspot, Zendesk, Jira...)" | ||
- type: textarea | ||
id: objects | ||
attributes: | ||
label: "Which specific objects would you integrate with?" | ||
description: "(example: Deals and Contacts from CRMs)" |