| 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 $
|