/[drupal]/contributions/modules/webform/README.txt
ViewVC logotype

Contents of /contributions/modules/webform/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.9 - (show annotations) (download)
Mon Jun 15 20:31:02 2009 UTC (5 months, 1 week ago) by quicksketch
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +28 -25 lines
File MIME type: text/plain
#492534: Restructure Webform Module directory.
1 Description:
2 ------------
3 This module adds a webform content type to your Drupal site.
4 A webform can be a questionnaire, contact or request form. These can be used
5 by visitor to make contact or to enable a more complex survey that the type
6 polls enable. Submissions from a webform are saved in a database table and
7 can optionaly also be mailed to an e-mail address upon submission.
8
9 Requirements
10 ------------
11 Drupal 6.x
12
13 Installation
14 ------------
15 1. Copy the entire webform directory the Drupal sites/all/modules directory.
16
17 2. Login as an administrator. Enable the module in the "Administer" -> "Site
18 Building" -> "Modules"
19
20 3. (Optional) Edit the settings under "Administer" -> "Site configuration" ->
21 "Webform"
22
23 Upgrading from any previous version
24 -----------------------------------
25 1. Copy the entire webform directory the Drupal modules directory.
26
27 2. Login as the FIRST user or change the $access_check in upgrade.php to FALSE
28
29 3. Run upgrade.php (at http://www.example.com/update.php)
30
31 Support
32 -------
33 Please use the issue queue for filing bugs with this module at
34 http://drupal.org/project/issues/webform
35
36 $Id: README.txt,v 1.8 2008/02/24 20:28:16 quicksketch Exp $

  ViewVC Help
Powered by ViewVC 1.1.2