Project

General

Profile

Paste
Statistics
| Branch: | Revision:

root / drupal7 / sites / all / modules / webform @ 76bdcd04

Name Size Revision Age Author Comment
  components 76bdcd04 almost 6 years Assos Assos Weekly update of contrib modules
  css feca1e4a almost 7 years Assos Assos Weekly update of contrib modules
  images f7a2490e over 10 years Assos Assos git mv htmltest drupal7
  includes 76bdcd04 almost 6 years Assos Assos Weekly update of contrib modules
  js 01f36513 over 6 years Assos Assos Weekly update of contrib modules
  templates 76bdcd04 almost 6 years Assos Assos Weekly update of contrib modules
  tests 76bdcd04 almost 6 years Assos Assos Weekly update of contrib modules
  views 76bdcd04 almost 6 years Assos Assos Weekly update of contrib modules
LICENSE.txt 17.7 KB f7a2490e over 10 years Assos Assos git mv htmltest drupal7
README.txt 2 KB feca1e4a almost 7 years Assos Assos Weekly update of contrib modules
THEMING.txt 5.03 KB 76bdcd04 almost 6 years Assos Assos Weekly update of contrib modules
webform.api.php 49.1 KB 76bdcd04 almost 6 years Assos Assos Weekly update of contrib modules
webform.drush.inc 9.12 KB 01f36513 over 6 years Assos Assos Weekly update of contrib modules
webform.info 1.77 KB 76bdcd04 almost 6 years Assos Assos Weekly update of contrib modules
webform.install 81.3 KB 76bdcd04 almost 6 years Assos Assos Weekly update of contrib modules
webform.module 203 KB 76bdcd04 almost 6 years Assos Assos Weekly update of contrib modules
webform.tokens.inc 12.9 KB 76bdcd04 almost 6 years Assos Assos Weekly update of contrib modules

Latest revisions

# Date Author Comment
76bdcd04 10/04/2018 02:12 AM Assos Assos

Weekly update of contrib modules

01f36513 04/26/2018 04:18 AM Assos Assos

Weekly update of contrib modules

feca1e4a 10/12/2017 12:00 AM Assos Assos

Weekly update of contrib modules

8c72e82a 04/20/2017 12:04 AM Assos Assos

Weekly update of contrib modules

6a93dd76 08/31/2016 10:49 PM Assos Assos

Weekly update of contrib modules

e9984459 07/27/2016 10:48 PM Assos Assos

Weekly update of contrib modules

ba09eb79 10/28/2015 10:45 PM Assos Assos

Weekly update of contrib modules

01d522a6 09/23/2015 10:45 PM Assos Assos

Weekly update of contrib modules

a45e4bc1 07/17/2015 11:41 PM Assos Assos

Update webform to 4.10

e3063c4a 04/08/2015 10:46 PM Assos Assos

Weekly update of contrib modules

View revisions

README


Description

This module adds a webform content type to your Drupal site.
A webform can be a questionnaire, contact or request form. These can be used
by visitor to make contact or to enable a more complex survey than polls
provide. Submissions from a webform are saved in a database table and
can optionally be mailed to e-mail addresses upon submission.

Requirements

Drupal 7.x
See https://www.drupal.org/project/webform for additional requirements.

Installation

  1. Copy the entire webform directory the Drupal sites/all/modules directory.

  2. Login as an administrator. Enable the module in the "Administer" -> "Modules"

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

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

Upgrading from previous versions

Note that you must be running the latest 3.x version of Webform (for either
Drupal 6 or Drupal 7) before upgrading to Webform 4.x.

If you have contributed modules, custom modules, or theming on your Webforms,
please read over the documentation for upgrading your code for Webform 4.x at
https://drupal.org/node/1609324.

  1. MAKE A DATABASE BACKUP. Upgrading to Webform 4.x makes a signficant number of
    database changes. If you encounter an error and need to downgrade, you must
    restore the previous database. You can make a database backup with your
    hosting provider, using the Backup and Migrate module, or from the command
    line.

  2. Copy the entire webform directory the Drupal modules directory, replacing the
    old copy of Webform. DO NOT KEEP THE OLD COPY in the same directory or
    anywhere Drupal could possibily find it. Delete it from the server.

  3. Login as an administrative user or change the $update_free_access in
    update.php to TRUE.

  4. Run update.php (at http://www.example.com/update.php).

Support

Please use the issue queue for filing bugs with this module at
http://drupal.org/project/issues/webform

Also available in: Atom