source: sipes/modules_contrib/webform/README.txt @ a8b1f3f

stableversion-3.0
Last change on this file since a8b1f3f was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100755
File size: 1.1 KB
Línea 
1Description
2-----------
3This module adds a webform content type to your Drupal site.
4A webform can be a questionnaire, contact or request form. These can be used
5by visitor to make contact or to enable a more complex survey than polls
6provide. Submissions from a webform are saved in a database table and
7can optionally be mailed to e-mail addresses upon submission.
8
9Requirements
10------------
11Drupal 6.16 or higher
12
13Installation
14------------
151. Copy the entire webform directory the Drupal sites/all/modules directory.
16
172. Login as an administrator. Enable the module in the "Administer" -> "Site
18   Building" -> "Modules"
19
203. (Optional) Edit the settings under "Administer" -> "Site configuration" ->
21   "Webform"
22
234. Create a webform node at node/add/webform.
24
25Upgrading from previous versions
26--------------------------------
271. Copy the entire webform directory the Drupal modules directory.
28
292. Login as the FIRST user or change the $access_check in update.php to FALSE
30
313. Run update.php (at http://www.example.com/update.php)
32
33Support
34-------
35Please use the issue queue for filing bugs with this module at
36http://drupal.org/project/issues/webform
37
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.