Projet

Général

Profil

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

root / drupal7 / sites / all / modules / webform / README.md @ 7b2d1845

1 389fb945 Assos Assos
# Webform
2
3
## Description
4
5 85ad3d82 Assos Assos
This module adds a webform content type to your Drupal site.
6 a45e4bc1 Assos Assos
A webform can be a questionnaire, contact or request form. These can be used
7 85ad3d82 Assos Assos
by visitor to make contact or to enable a more complex survey than polls
8 a45e4bc1 Assos Assos
provide. Submissions from a webform are saved in a database table and
9 85ad3d82 Assos Assos
can optionally be mailed to e-mail addresses upon submission.
10
11 389fb945 Assos Assos
## Installation
12 85ad3d82 Assos Assos
13
1. Copy the entire webform directory the Drupal sites/all/modules directory.
14
15
2. Login as an administrator. Enable the module in the "Administer" -> "Modules"
16
17
3. (Optional) Edit the settings under "Administer" -> "Configuration" ->
18
   "Content authoring" -> "Webform settings"
19
20
4. Create a webform node at node/add/webform.
21
22 389fb945 Assos Assos
## Upgrading from previous versions
23
24 a45e4bc1 Assos Assos
Note that you must be running the latest 3.x version of Webform (for either
25
Drupal 6 or Drupal 7) before upgrading to Webform 4.x.
26 85ad3d82 Assos Assos
27 a45e4bc1 Assos Assos
If you have contributed modules, custom modules, or theming on your Webforms,
28
please read over the documentation for upgrading your code for Webform 4.x at
29
https://drupal.org/node/1609324.
30 85ad3d82 Assos Assos
31 a45e4bc1 Assos Assos
1. MAKE A DATABASE BACKUP. Upgrading to Webform 4.x makes a signficant number of
32
   database changes. If you encounter an error and need to downgrade, you must
33
   restore the previous database. You can make a database backup with your
34
   hosting provider, using the Backup and Migrate module, or from the command
35
   line.
36 85ad3d82 Assos Assos
37 a45e4bc1 Assos Assos
2. Copy the entire webform directory the Drupal modules directory, replacing the
38
   old copy of Webform. DO NOT KEEP THE OLD COPY in the same directory or
39
   anywhere Drupal could possibily find it. Delete it from the server.
40
41
3. Login as an administrative user or change the $update_free_access in
42
   update.php to TRUE.
43
44
4. Run update.php (at http://www.example.com/update.php).
45 85ad3d82 Assos Assos
46 389fb945 Assos Assos
## Support
47
48 85ad3d82 Assos Assos
Please use the issue queue for filing bugs with this module at
49
http://drupal.org/project/issues/webform