Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
webform-3415941
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
webform-3415941
Commits
d82e53aa
Commit
d82e53aa
authored
2 years ago
by
Jacob Rockowitz
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
eb64c673
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+34
-40
34 additions, 40 deletions
README.md
with
34 additions
and
40 deletions
README.md
+
34
−
40
View file @
d82e53aa
...
...
@@ -13,32 +13,28 @@
The Webform module is a form builder and submission manager for Drupal 8/9.
-
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
The primary use case for this module is to:
-
Goals:
-
A comprehensive form and survey building solution for Drupal 8/9.
-
A stable, maintainable, and tested API for building forms and handling
submission.
-
A pluggable/extensible API for custom form elements and submission handling.
-
**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
-
Demo:
-
Video review of the Webform module:
http://youtu.be/sQGsfQ_LZJ4
-
Online evaluate by simplytest.me:
https://simplytest.me/project/webform/6.x
Goals:
-
Project status:
[
Webform Project Board
](
https://contribkanban.com/board/webform/6.x
)
-
A comprehensive form and survey building solution for Drupal 8/9.
-
A stable, maintainable, and tested API for building forms and handling
submission.
-
A pluggable/extensible API for custom form elements and submission handling.
-
Comparison with other modules:
https://www.drupal.org/node/2083353
Demo:
-
Video review of the Webform module:
http://youtu.be/sQGsfQ_LZJ4
-
Online evaluate by simplytest.me:
https://simplytest.me/project/webform/6.x
## REQUIREMENTS
...
...
@@ -49,15 +45,15 @@ This module requires no modules outside of Drupal core.
The installation of this module is like other Drupal modules.
1.
If your site is
[
managed via Composer
](
https://www.drupal.org/node/2718229
)
,
use Composer to download the webform module running
```
composer require "drupal/webform"```. Otherwise copy/upload the webform
module to the modules directory of your Drupal installation.
1.
If your site is
[
managed via Composer
](
https://www.drupal.org/node/2718229
)
,
use Composer to download the webform module running
```
composer require "drupal/webform"```. Otherwise copy/upload the webform
module to the modules directory of your Drupal installation.
2. Enable the 'Webform' module and desired sub-modules in 'Extend'.
2. Enable the 'Webform' module and desired sub-modules in 'Extend'.
(`/admin/modules`)
3. Set up user permissions. (`/admin/people/permissions#module-webform`)
3. Set up user permissions. (`/admin/people/permissions#module-webform`)
## RECOMMENDED MODULES
...
...
@@ -94,16 +90,14 @@ The installation of this module is like other Drupal modules.
## MAINTAINERS
Current maintainers:
* Jacob Rockowitz (jrockowitz) - https://www.drupal.org/u/jrockowitz
* Liam Morland - https://www.drupal.org/u/liam-morland
* Dan Chadwick (DanChadwick) - https://www.drupal.org/u/danchadwick
* Nate Lampton (quicksketch) - https://www.drupal.org/u/quicksketch
* Roman Zimmermann (torotil) - https://www.drupal.org/u/torotil
This project has the following Growth Backers:
* Acquia - https://www.acquia.com/
* New Relic - https://newrelic.com/
* nextide - http://www.nextide.ca/
* Intranet Solutions - https://www.intranets.com.au/
* TechReviewer - https://techreviewer.co/
Current maintainers for Drupal 8/9:
- Jacob Rockowitz (jrockowitz) - https://www.drupal.org/u/jrockowitz
This project has the following Growth Backers:
- Acquia - https://www.acquia.com/
- New Relic - https://newrelic.com/
- nextide - http://www.nextide.ca/
- Intranet Solutions - https://www.intranets.com.au/
- TechReviewer - https://techreviewer.co/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment