Apply config changes from Webform update hooks
This commit is contained in:
parent
c41ba16734
commit
892494c1b5
2 changed files with 5 additions and 2 deletions
|
@ -13,16 +13,18 @@ title: Request
|
||||||
description: 'Very simple form for potential clients to tell us what they need.'
|
description: 'Very simple form for potential clients to tell us what they need.'
|
||||||
categories:
|
categories:
|
||||||
- Lead
|
- Lead
|
||||||
elements: |
|
elements: |-
|
||||||
describe_goal:
|
describe_goal:
|
||||||
'#type': textarea
|
'#type': textarea
|
||||||
'#title': 'Describe your goal'
|
'#title': 'Describe your goal'
|
||||||
email_address:
|
email_address:
|
||||||
'#type': email
|
'#type': email
|
||||||
'#title': 'E-mail address'
|
'#title': 'E-mail address'
|
||||||
|
'#required': true
|
||||||
phone_number:
|
phone_number:
|
||||||
'#type': tel
|
'#type': tel
|
||||||
'#title': 'Phone number'
|
'#title': 'Phone number'
|
||||||
|
'#required': true
|
||||||
actions:
|
actions:
|
||||||
'#type': webform_actions
|
'#type': webform_actions
|
||||||
'#title': 'Submit button(s)'
|
'#title': 'Submit button(s)'
|
||||||
|
|
|
@ -11,7 +11,8 @@ archive: false
|
||||||
id: tech_for_coops
|
id: tech_for_coops
|
||||||
title: 'Technology for cooperatives survey'
|
title: 'Technology for cooperatives survey'
|
||||||
description: 'Collecting information for and possible recipients of educational materials that would be produced by our collaboration on a <a href="https://cdf.coop/cooperative-education">CDF Cooperative Education Fund</a> potential grant.'
|
description: 'Collecting information for and possible recipients of educational materials that would be produced by our collaboration on a <a href="https://cdf.coop/cooperative-education">CDF Cooperative Education Fund</a> potential grant.'
|
||||||
category: 'Survey of needs'
|
categories:
|
||||||
|
- 'Survey of needs'
|
||||||
elements: |-
|
elements: |-
|
||||||
main_software_needs:
|
main_software_needs:
|
||||||
'#type': textarea
|
'#type': textarea
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue