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
|
See https://www.drupal.org/project/webform for additional requirements.
|
13
|
|
14
|
Installation
|
15
|
------------
|
16
|
1. Copy the entire webform directory the Drupal sites/all/modules directory.
|
17
|
|
18
|
2. Login as an administrator. Enable the module in the "Administer" -> "Modules"
|
19
|
|
20
|
3. (Optional) Edit the settings under "Administer" -> "Configuration" ->
|
21
|
"Content authoring" -> "Webform settings"
|
22
|
|
23
|
4. Create a webform node at node/add/webform.
|
24
|
|
25
|
Upgrading from previous versions
|
26
|
--------------------------------
|
27
|
Note that you must be running the latest 3.x version of Webform (for either
|
28
|
Drupal 6 or Drupal 7) before upgrading to Webform 4.x.
|
29
|
|
30
|
If you have contributed modules, custom modules, or theming on your Webforms,
|
31
|
please read over the documentation for upgrading your code for Webform 4.x at
|
32
|
https://drupal.org/node/1609324.
|
33
|
|
34
|
1. MAKE A DATABASE BACKUP. Upgrading to Webform 4.x makes a signficant number of
|
35
|
database changes. If you encounter an error and need to downgrade, you must
|
36
|
restore the previous database. You can make a database backup with your
|
37
|
hosting provider, using the Backup and Migrate module, or from the command
|
38
|
line.
|
39
|
|
40
|
2. Copy the entire webform directory the Drupal modules directory, replacing the
|
41
|
old copy of Webform. DO NOT KEEP THE OLD COPY in the same directory or
|
42
|
anywhere Drupal could possibily find it. Delete it from the server.
|
43
|
|
44
|
3. Login as an administrative user or change the $update_free_access in
|
45
|
update.php to TRUE.
|
46
|
|
47
|
4. Run update.php (at http://www.example.com/update.php).
|
48
|
|
49
|
Support
|
50
|
-------
|
51
|
Please use the issue queue for filing bugs with this module at
|
52
|
http://drupal.org/project/issues/webform
|