.. | ||
config | ||
css | ||
docs | ||
drush | ||
images | ||
includes | ||
js | ||
modules | ||
src | ||
templates | ||
tests | ||
third_party_settings | ||
.gitignore | ||
composer.json | ||
LICENSE.txt | ||
README.md | ||
webform.api.php | ||
webform.config_translation.yml | ||
webform.info.yml | ||
webform.install | ||
webform.libraries.make.yml | ||
webform.libraries.yml | ||
webform.links.action.yml | ||
webform.links.contextual.yml | ||
webform.links.menu.yml | ||
webform.links.task.yml | ||
webform.module | ||
webform.permissions.yml | ||
webform.routing.yml | ||
webform.services.yml | ||
webform.tokens.inc |
Webform 8.x-5.x
About this Module
The Webform module is a form builder and submission manager for Drupal 8.
The primary use case for this module is to:
- Build a new webform or duplicate an existing template
- Publish the webform as a page, node, or block
- Collect submissions
- Send confirmations and notifications
- Review submissions online
- Download submissions as a CSV
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.
Demo
Watch a demo of the Webform module.
Evaluate this project online using simplytest.me.
Presentations, Blog Posts, & Articles
- Webform 8.x-5.x @ NJ DrupalCamp
- Getting NYU onto Webform
- Webforms for Drupal 8
- Creating Webform Handlers in Drupal 8
- Les formulaires en Drupal 8
Installing the Webform Module
-
Copy/upload the webform module to the modules directory of your Drupal installation.
-
Enable the 'Webform' module and desired sub-modules in 'Extend'. (/admin/modules)
-
Set up user permissions. (/admin/people/permissions#module-webform)
-
Build a new webform (/admin/structure/webform) or duplicate an existing template (/admin/structure/webform/templates).
-
Publish your webform as a:
-
Page: By linking to the published webform. (/webform/contact)
-
Node: By creating a new node that references the webform. (/node/add/webform)
-
Block: By placing a Webform block on your site. (/admin/structure/block)
-
-
(optional) Install third party libraries(/admin/help/webform).
-
(optional) Install add-on contrib modules](/admin/structure/webform/addons).
Releases
Even though the Webform 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 Webform module out of the box AS-IS, you should be okay. Once you start extending webforms with plugins, altering hooks, and overriding templates, you will need to read each release's notes and assume that things will be changing.
Project Status
Similar Modules
- Comparison of Webform Building Modules
Drupal has a lot of modules aimed at helping site builders and users add webforms to their sites. The Comparison of Webform 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 webforms (fieldable entities), which contain fields that you define! These webforms use the standard Drupal fields.
Is this module still needed?