diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-17 03:50:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-17 03:50:05 +0800 |
commit | a37b8e6cb549adfb8eb7b251f325cc4f003611af (patch) | |
tree | d6895d7b614631ddc0939ac346778787188bd84e /www/Makefile | |
parent | 716e72ee69d1c50068f4cb0a3c7d6ae5ee4f2fe9 (diff) | |
download | freebsd-ports-graphics-a37b8e6cb549adfb8eb7b251f325cc4f003611af.tar.gz freebsd-ports-graphics-a37b8e6cb549adfb8eb7b251f325cc4f003611af.tar.zst freebsd-ports-graphics-a37b8e6cb549adfb8eb7b251f325cc4f003611af.zip |
This module adds a webform nodetype to your Drupal site. Typical uses for
Webform are questionnaires, contact or request/register forms, surveys,
polls or a front end to issues tracking systems.
Submissions from a webform are saved in a database table and can optionally
be mailed to a nominated e-mail address upon submission. Past submissions
are viewable for users with the correct permissions.
Webform includes some simple statistical tools to help in form design and
evaluation and also allows the whole table to be downloaded as a csv file
for detailed statistical analysis.
WWW: http://drupal.org/project/webform
PR: ports/135231
Submitted by: Nick Hilliard <nick at foobar.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 7496c79def3..4cd77ae093a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -176,6 +176,7 @@ SUBDIR += drupal6-tagadelic SUBDIR += drupal6-token SUBDIR += drupal6-views + SUBDIR += drupal6-webform SUBDIR += drupal6-wysiwyg SUBDIR += dtse SUBDIR += dummyflash |