You are here

README.txt in Webform 6.3

Same filename and directory in other branches
  1. 5.2 README.txt
  2. 5 README.txt
  3. 6.2 README.txt
  4. 7.3 README.txt
Description
-----------
This module adds a webform content type to your Drupal site.
A webform can be a questionnaire, contact or request form. These can be used 
by visitor to make contact or to enable a more complex survey than polls
provide. Submissions from a webform are saved in a database table and 
can optionally be mailed to e-mail addresses upon submission.

Requirements
------------
Drupal 6.16 or higher

Installation
------------
1. Copy the entire webform directory the Drupal sites/all/modules directory.

2. Login as an administrator. Enable the module in the "Administer" -> "Site
   Building" -> "Modules"

3. (Optional) Edit the settings under "Administer" -> "Site configuration" ->
   "Webform"

4. Create a webform node at node/add/webform.

Upgrading from previous versions
--------------------------------
1. Copy the entire webform directory the Drupal modules directory.

2. Login as the FIRST user or change the $access_check in update.php to FALSE

3. Run update.php (at http://www.example.com/update.php)

Support
-------
Please use the issue queue for filing bugs with this module at
http://drupal.org/project/issues/webform

File

README.txt
View source
  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 than polls
  6. provide. Submissions from a webform are saved in a database table and
  7. can optionally be mailed to e-mail addresses upon submission.
  8. Requirements
  9. ------------
  10. Drupal 6.16 or higher
  11. Installation
  12. ------------
  13. 1. Copy the entire webform directory the Drupal sites/all/modules directory.
  14. 2. Login as an administrator. Enable the module in the "Administer" -> "Site
  15. Building" -> "Modules"
  16. 3. (Optional) Edit the settings under "Administer" -> "Site configuration" ->
  17. "Webform"
  18. 4. Create a webform node at node/add/webform.
  19. Upgrading from previous versions
  20. --------------------------------
  21. 1. Copy the entire webform directory the Drupal modules directory.
  22. 2. Login as the FIRST user or change the $access_check in update.php to FALSE
  23. 3. Run update.php (at http://www.example.com/update.php)
  24. Support
  25. -------
  26. Please use the issue queue for filing bugs with this module at
  27. http://drupal.org/project/issues/webform