Add any change in configuration made in live into the repository.
This commit is contained in:
parent
59446bd37a
commit
349ac763c2
17 changed files with 71 additions and 21 deletions
|
@ -12,7 +12,51 @@ id: drutopia_intake
|
|||
title: 'Drutopia Intake'
|
||||
description: 'Determine a potential Drutopia partner's needs.'
|
||||
category: 'Survey of needs'
|
||||
elements: "contactinfo:\n '#type': webform_contact\n '#title': 'Contact Info'\nyour_mission:\n '#type': textarea\n '#title': 'Your Mission'\n '#description': 'What are you all about?'\nhow_do_you_plan_to_reach_your_goal_:\n '#type': textarea\n '#title': 'How do you plan to reach your goal?'\nwhat_is_your_role_in_the_organization_:\n '#type': webform_checkboxes_other\n '#title': 'What is your role in the Organization?'\n '#options':\n 1: 'Worker-Owner -- A worker-owner of a cooperative'\n 2: 'Member -- A member of a cooperative'\n 3: 'Founder -- Founder of an organization'\n 4: 'Sales and Marketing -- Advertisements'\n 5: 'Financials and Fundraising -- Financials and Fundraising'\n 6: None\n '#options_display': two_columns\n '#options_randomize': true\n '#other__title': Other\nwhat_version_of_drupal_are_you_currently_using_:\n '#type': textfield\n '#title': 'What version of Drupal are you currently using?'\nwhat_specific_goals_are_you_trying_to_accomplish_by_building_pla:\n '#type': textarea\n '#title': 'What specific goals are you trying to accomplish by building platform?'\nlead_this_project:\n '#type': textarea\n '#title': 'Is there someone on the team to lead this project and go forward to maintain it?'\nare_volunteers_important_to_your_organization_meeting_its_goals_:\n '#type': checkbox\n '#title': 'Are volunteers important to your organization meeting its goals?'\nwhat_s_the_biggest_barrier_to_engaging_your_supporters_:\n '#type': webform_select_other\n '#title': 'What''s the biggest barrier to engaging your supporters?'\n '#options':\n funding: Funding\n time: Time\n people: People\n logistics: Logistics\n '#empty_option': Other"
|
||||
elements: |
|
||||
contactinfo:
|
||||
'#type': webform_contact
|
||||
'#title': 'Contact Info'
|
||||
your_mission:
|
||||
'#type': textarea
|
||||
'#title': 'Your Mission'
|
||||
'#description': 'What are you all about?'
|
||||
how_do_you_plan_to_reach_your_goal_:
|
||||
'#type': textarea
|
||||
'#title': 'How do you plan to reach your goal?'
|
||||
what_is_your_role_in_the_organization_:
|
||||
'#type': webform_checkboxes_other
|
||||
'#title': 'What is your role in the Organization?'
|
||||
'#options':
|
||||
1: 'Worker-Owner -- A worker-owner of a cooperative'
|
||||
2: 'Member -- A member of a cooperative'
|
||||
3: 'Founder -- Founder of an organization'
|
||||
4: 'Sales and Marketing -- Advertisements'
|
||||
5: 'Financials and Fundraising -- Financials and Fundraising'
|
||||
6: None
|
||||
'#options_display': two_columns
|
||||
'#options_randomize': true
|
||||
'#other__title': Other
|
||||
what_version_of_drupal_are_you_currently_using_:
|
||||
'#type': textfield
|
||||
'#title': 'What version of Drupal are you currently using?'
|
||||
what_specific_goals_are_you_trying_to_accomplish_by_building_pla:
|
||||
'#type': textarea
|
||||
'#title': 'What specific goals are you trying to accomplish by building platform?'
|
||||
lead_this_project:
|
||||
'#type': textarea
|
||||
'#title': 'Is there someone on the team to lead this project and go forward to maintain it?'
|
||||
are_volunteers_important_to_your_organization_meeting_its_goals_:
|
||||
'#type': checkbox
|
||||
'#title': 'Are volunteers important to your organization meeting its goals?'
|
||||
what_s_the_biggest_barrier_to_engaging_your_supporters_:
|
||||
'#type': webform_select_other
|
||||
'#title': 'What''s the biggest barrier to engaging your supporters?'
|
||||
'#options':
|
||||
funding: Funding
|
||||
time: Time
|
||||
people: People
|
||||
logistics: Logistics
|
||||
'#empty_option': Other
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue