Project

General

Profile

Paste
Statistics
| Branch: | Revision:

root / drupal7 / sites / all / modules / webform @ 4cfd8be6

Name Size Revision Age Author Comment
  components ca0757b9 almost 10 years Assos Assos Weekly update of contrib modules
  css f7a2490e over 10 years Assos Assos git mv htmltest drupal7
  images f7a2490e over 10 years Assos Assos git mv htmltest drupal7
  includes ca0757b9 almost 10 years Assos Assos Weekly update of contrib modules
  js ca0757b9 almost 10 years Assos Assos Weekly update of contrib modules
  templates f7a2490e over 10 years Assos Assos git mv htmltest drupal7
  tests f7a2490e over 10 years Assos Assos git mv htmltest drupal7
  views f7a2490e over 10 years Assos Assos git mv htmltest drupal7
CHANGELOG.txt 1.87 KB f7a2490e over 10 years Assos Assos git mv htmltest drupal7
LICENSE.txt 17.7 KB f7a2490e over 10 years Assos Assos git mv htmltest drupal7
README.txt 1.37 KB f7a2490e over 10 years Assos Assos git mv htmltest drupal7
THEMING.txt 5.02 KB f7a2490e over 10 years Assos Assos git mv htmltest drupal7
webform.api.php 30.4 KB ca0757b9 almost 10 years Assos Assos Weekly update of contrib modules
webform.info 1.01 KB 4cfd8be6 over 9 years Assos Assos Weekly update of contrib modules
webform.install 28.4 KB f7a2490e over 10 years Assos Assos git mv htmltest drupal7
webform.module 143 KB 4cfd8be6 over 9 years Assos Assos Weekly update of contrib modules

Latest revisions

# Date Author Comment
4cfd8be6 03/04/2015 10:43 PM Assos Assos

Weekly update of contrib modules

ca0757b9 10/08/2014 11:44 PM Assos Assos

Weekly update of contrib modules

f7a2490e 02/13/2014 03:56 PM Assos Assos

git mv htmltest drupal7

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

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 if you are upgrading from a Drupal 6 installation of Webform, you MUST
have been running Webform 3.x on your Drupal 6 site before upgrading to Drupal
7 and Webform 3.x. You cannot upgrade directly from Webform 6.x-2.x to Webform
7.x-3.x.

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

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

  3. 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