README.txt 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 7.x
  11. See https://www.drupal.org/project/webform for additional requirements.
  12. Installation
  13. ------------
  14. 1. Copy the entire webform directory the Drupal sites/all/modules directory.
  15. 2. Login as an administrator. Enable the module in the "Administer" -> "Modules"
  16. 3. (Optional) Edit the settings under "Administer" -> "Configuration" ->
  17. "Content authoring" -> "Webform settings"
  18. 4. Create a webform node at node/add/webform.
  19. Upgrading from previous versions
  20. --------------------------------
  21. Note that you must be running the latest 3.x version of Webform (for either
  22. Drupal 6 or Drupal 7) before upgrading to Webform 4.x.
  23. If you have contributed modules, custom modules, or theming on your Webforms,
  24. please read over the documentation for upgrading your code for Webform 4.x at
  25. https://drupal.org/node/1609324.
  26. 1. MAKE A DATABASE BACKUP. Upgrading to Webform 4.x makes a signficant number of
  27. database changes. If you encounter an error and need to downgrade, you must
  28. restore the previous database. You can make a database backup with your
  29. hosting provider, using the Backup and Migrate module, or from the command
  30. line.
  31. 2. Copy the entire webform directory the Drupal modules directory, replacing the
  32. old copy of Webform. DO NOT KEEP THE OLD COPY in the same directory or
  33. anywhere Drupal could possibily find it. Delete it from the server.
  34. 3. Login as an administrative user or change the $update_free_access in
  35. update.php to TRUE.
  36. 4. Run update.php (at http://www.example.com/update.php).
  37. Support
  38. -------
  39. Please use the issue queue for filing bugs with this module at
  40. http://drupal.org/project/issues/webform