Projet

Général

Profil

Paste
Télécharger (1,37 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / webform / README.txt @ 87dbc3bf

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 7.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" -> "Modules"
18

    
19
3. (Optional) Edit the settings under "Administer" -> "Configuration" ->
20
   "Content authoring" -> "Webform settings"
21

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

    
24
Upgrading from previous versions
25
--------------------------------
26
Note that if you are upgrading from a Drupal 6 installation of Webform, you MUST
27
have been running Webform 3.x on your Drupal 6 site before upgrading to Drupal
28
7 and Webform 3.x. You cannot upgrade directly from Webform 6.x-2.x to Webform
29
7.x-3.x.
30

    
31
1. Copy the entire webform directory the Drupal modules directory.
32

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

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

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