| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
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 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 4. Create a webform node at node/add/webform. 24 25 Upgrading from any previous version 26 ----------------------------------- 27 1. Copy the entire webform directory the Drupal modules directory. 28 29 2. Login as the FIRST user or change the $access_check in upgrade.php to FALSE 30 31 3. Run upgrade.php (at http://www.example.com/update.php) 32 33 Support 34 ------- 35 Please use the issue queue for filing bugs with this module at 36 http://drupal.org/project/issues/webform 37 38 $Id: README.txt,v 1.10 2010/02/10 02:30:53 quicksketch Exp $
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |