diff --git a/config/webform.webform.request.yml b/config/webform.webform.request.yml index b39320a..ce8eea3 100644 --- a/config/webform.webform.request.yml +++ b/config/webform.webform.request.yml @@ -13,16 +13,18 @@ title: Request description: 'Very simple form for potential clients to tell us what they need.' categories: - Lead -elements: | +elements: |- describe_goal: '#type': textarea '#title': 'Describe your goal' email_address: '#type': email '#title': 'E-mail address' + '#required': true phone_number: '#type': tel '#title': 'Phone number' + '#required': true actions: '#type': webform_actions '#title': 'Submit button(s)' diff --git a/config/webform.webform.tech_for_coops.yml b/config/webform.webform.tech_for_coops.yml index cd4fc36..2171cdd 100644 --- a/config/webform.webform.tech_for_coops.yml +++ b/config/webform.webform.tech_for_coops.yml @@ -11,7 +11,8 @@ archive: false id: tech_for_coops title: 'Technology for cooperatives survey' description: 'Collecting information for and possible recipients of educational materials that would be produced by our collaboration on a CDF Cooperative Education Fund potential grant.' -category: 'Survey of needs' +categories: + - 'Survey of needs' elements: |- main_software_needs: '#type': textarea