annotate sites/all/modules/webform/README.txt @ 2:b74b41bb73f0

-- Google analytics module
author danieleb <danielebarchiesi@me.com>
date Thu, 22 Aug 2013 17:22:54 +0100
parents ff03f76ab3fe
children
rev   line source
danielebarchiesi@0 1 Description
danielebarchiesi@0 2 -----------
danielebarchiesi@0 3 This module adds a webform content type to your Drupal site.
danielebarchiesi@0 4 A webform can be a questionnaire, contact or request form. These can be used
danielebarchiesi@0 5 by visitor to make contact or to enable a more complex survey than polls
danielebarchiesi@0 6 provide. Submissions from a webform are saved in a database table and
danielebarchiesi@0 7 can optionally be mailed to e-mail addresses upon submission.
danielebarchiesi@0 8
danielebarchiesi@0 9 Requirements
danielebarchiesi@0 10 ------------
danielebarchiesi@0 11 Drupal 7.x
danielebarchiesi@0 12
danielebarchiesi@0 13 Installation
danielebarchiesi@0 14 ------------
danielebarchiesi@0 15 1. Copy the entire webform directory the Drupal sites/all/modules directory.
danielebarchiesi@0 16
danielebarchiesi@0 17 2. Login as an administrator. Enable the module in the "Administer" -> "Modules"
danielebarchiesi@0 18
danielebarchiesi@0 19 3. (Optional) Edit the settings under "Administer" -> "Configuration" ->
danielebarchiesi@0 20 "Content authoring" -> "Webform settings"
danielebarchiesi@0 21
danielebarchiesi@0 22 4. Create a webform node at node/add/webform.
danielebarchiesi@0 23
danielebarchiesi@0 24 Upgrading from previous versions
danielebarchiesi@0 25 --------------------------------
danielebarchiesi@0 26 Note that if you are upgrading from a Drupal 6 installation of Webform, you MUST
danielebarchiesi@0 27 have been running Webform 3.x on your Drupal 6 site before upgrading to Drupal
danielebarchiesi@0 28 7 and Webform 3.x. You cannot upgrade directly from Webform 6.x-2.x to Webform
danielebarchiesi@0 29 7.x-3.x.
danielebarchiesi@0 30
danielebarchiesi@0 31 1. Copy the entire webform directory the Drupal modules directory.
danielebarchiesi@0 32
danielebarchiesi@0 33 2. Login as the FIRST user or change the $access_check in update.php to FALSE
danielebarchiesi@0 34
danielebarchiesi@0 35 3. Run update.php (at http://www.example.com/update.php)
danielebarchiesi@0 36
danielebarchiesi@0 37 Support
danielebarchiesi@0 38 -------
danielebarchiesi@0 39 Please use the issue queue for filing bugs with this module at
danielebarchiesi@0 40 http://drupal.org/project/issues/webform
danielebarchiesi@0 41