-
Install the module
drush pm:install os2forms_f2
-
Go to
/admin/os2forms_f2/settingsand define settings. -
Add a "F2" handler to a webform.
We use DDEV Drupal Contrib for development1.
Start the show by running
task ddev:startRun task to see other useful development tasks.
Footnotes
-
The DDEV environment has been created by running
↩ddev config --project-type=drupal10 --docroot=web ddev dotenv set .ddev/.env.web --drupal-core '^10.5.10'