Update training webform to be about Drupal 11 rather than 9
This commit is contained in:
parent
5882b89153
commit
fa0803e305
1 changed files with 8 additions and 7 deletions
|
|
@ -12,14 +12,13 @@ id: training_notification_request
|
|||
title: 'Training Notification Request'
|
||||
description: 'Users who submit this form should be notified when any of the trainings they are interested in become available.'
|
||||
categories: { }
|
||||
elements: |
|
||||
elements: |-
|
||||
intro_text:
|
||||
'#type': processed_text
|
||||
'#text': |
|
||||
<p>We do not currently have any public trainings scheduled. If you would like to be notified the next time any of our trainings are being offered, please tell us which ones. By filling out this form, you are also helping us to gage interest so that we will know when the time is right to host!</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
'#format': basic_html
|
||||
name:
|
||||
'#type': textfield
|
||||
|
|
@ -30,13 +29,15 @@ elements: |
|
|||
trainings:
|
||||
'#type': checkboxes
|
||||
'#title': Trainings
|
||||
'#description': 'Tell us which of our trainings you would like to be notified about '
|
||||
'#description': '<p>Tell us which of our trainings you would like to be notified about </p>'
|
||||
'#title_display': invisible
|
||||
'#description_display': invisible
|
||||
'#options':
|
||||
'Getting started with Drupal 9': 'Getting started with Drupal 9'
|
||||
'Drupal 8/9 content migrations': 'Drupal 8/9 content migrations'
|
||||
'Upgrading to Drupal 8/9 using the Migrate API': 'Upgrading to Drupal 8/9 using the Migrate API'
|
||||
'Getting started with Drupal 11': 'Getting started with Drupal 11'
|
||||
'Drupal 11 content migrations': 'Drupal 11 content migrations'
|
||||
'Upgrading to Drupal 11 using the Migrate API': 'Upgrading to Drupal 11 using the Migrate API'
|
||||
'Drupal end-to-end testing with Behat': 'Drupal end-to-end testing with Behat'
|
||||
'How to Make and Maintain a Module': 'How to Make and Maintain a Module'
|
||||
'Getting started with React.js': 'Getting started with React.js'
|
||||
'#required': true
|
||||
'#required_error': 'you must select a training.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue