YAML Form
Please be aware that the YAML Form module is moving to the Webform module and that a migration path will be provided. Learn more
About this Module
The YAML Form module is a form builder and submission manager for Drupal 8.
The primary use case for this module is to:
- Build a new form or duplicate an existing template
- Publish the form as a page, node, or block
- Collect submissions
- Send confirmations and notifications
- Review submissions online
- Download submissions as a CSV
Demo
Evaluate this project online using simplytest.me.
Watch a demo of the YAML Form module.
Goals
- A comprehensive form and survey building solution for Drupal 8.
- A stable, maintainable, and tested API for building forms and handling submission.
- A pluggable/extensible API for custom form elements and submission handling.
Documentation
The YAML Form module’s documentation is still under development. The YAML Form module has a dedicated website that provides a features summary, installation instructions, FAQs, and more….
Blog Posts & Articles
Releases
Even though the YAML Form module is still under active development with regular beta releases, all existing configuration and submission data will be maintained and updated between releases. APIs can and will be changing while this module moves from beta releases to a final release candidate.
Simply put, if you install and use the YAML Form module out of the box AS-IS, you should be okay. Once you start extending forms with plugins, altering hooks, and overriding templates, you will need to read each release’s notes and assume that things will be changing.
Similar Modules
- Comparison of Form Building Modules
Drupal has a lot of modules aimed at helping site builders and users add forms to their sites. The Comparison of Form Building Modules page includes rough comparisons of three of them for Drupal 8 and five of them for Drupal 7.
-
Contact + Contact Storage
The Contact module allows site visitors to send emails to other authenticated users and to the site administrator. The Contact Storage module provides storage for Contact messages which are fully-fledged entities in Drupal 8. Many of its features are likely to be moved into Drupal Core. -
Eform
The EForm module enables you to create front-end forms (fieldable entities), which contain fields that you define! These forms use the standard Drupal fields.
Is this module still needed? -
Webform
The Webform module provides forms and surveys for Drupal 7.
The Webform module has not been ported to Drupal 8, please checkout the YAML Form Migrate module if you need to migrate from the Webform module (D6/D7) to the YAML Form module (D8).