Download the PHP package josephdpurcell/webforms-gitignore-test without Composer
On this page you can find all versions of the php package josephdpurcell/webforms-gitignore-test. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download josephdpurcell/webforms-gitignore-test
More information about josephdpurcell/webforms-gitignore-test
Files in josephdpurcell/webforms-gitignore-test
Package webforms-gitignore-test
Short Description Enables the creation of webforms and questionnaires.
License GPL-2.0+
Homepage https://drupal.org/project/webform
Informations about the package webforms-gitignore-test
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.
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).
Upgrading from pre-release versions
All existing configuration and submission data was maintained and updated through the beta and rc release cycles. APIs have changed during these release cycles.
Simply put, if you installed and used the Webform module out of the box AS-IS, and now you want to upgrade to a full release, then you should be okay. If you extended webforms with plugins, altered hooks, and overrode templates, you will need to read each release's notes and assume that things have changed.
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.