Update training webform to be about Drupal 11 rather than 9

This commit is contained in:
Keegan Rankin 2025-10-17 10:06:09 -07:00
parent 5882b89153
commit fa0803e305

View file

@ -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&nbsp;also helping us to gage&nbsp;interest&nbsp;so that we will know when the time is right to host!</p>
<p>&nbsp;</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&nbsp;'
'#description': '<p>Tell us which of our trainings you would like to be notified about&nbsp;</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.'