CHANGELOG.txt |
CHANGELOG.txt |
|
Webform 2.x Changelog
---------------------
1.x to 2.0
----------
- Redirect POST option removed.
- Webform components moved to the "Form components" tab when editing.
- Webform node structure changed. All webform additions to the node are… |
date.inc |
components/date.inc |
|
Webform module date component. |
email.inc |
components/email.inc |
|
Webform module email component. |
fieldset.inc |
components/fieldset.inc |
|
Webform module fieldset component. |
file.inc |
components/file.inc |
|
Webform module file component. |
grid.inc |
components/grid.inc |
|
Webform module grid component. |
hidden.inc |
components/hidden.inc |
|
Webform module hidden component. |
INSTALL.txt |
INSTALL.txt |
|
Requirements
------------
Drupal 5.x
Installation
------------
1. Copy the entire webform directory the Drupal modules directory.
2. Login as an administrator. Enable the module in the "administer" -> "build" ->… |
markup.inc |
components/markup.inc |
|
Webform module markup component. |
pagebreak.inc |
components/pagebreak.inc |
|
Webform module page break component. |
README.txt |
README.txt |
|
Description:
------------
This module adds a webform nodetype to your Drupal site.
A webform can be a questionnaires, contact or request form. These can be used
by visitor to make contact or to enable a more complex survey that the type
polls… |
select.inc |
components/select.inc |
|
Webform module multiple select component. |
textarea.inc |
components/textarea.inc |
|
Webform module textarea component. |
textfield.inc |
components/textfield.inc |
|
Webform module textfield component. |
THEMING.txt |
THEMING.txt |
|
Overview
--------
Webform supports theming similar to the Flexinode or Views modules. Any webform
may be themed on the server side, though doing so may require a reasonable
amount of knowledge about the Drupal Forms API. More information about the… |
time.inc |
components/time.inc |
|
Webform module time component. |
webform.css |
webform.css |
|
.webform-submission-navigation {
text-align: right;
}
.webform-submission-next {
margin-left: 20px;
}
.webform-indentation {
width: 20px;
float: left;
}
.webform-checkbox {
text-align: center;
width: 40px;
}
.webform-default-value {
… |
webform.info |
webform.info |
|
; $Id: $
name = Webform
description = Enables the creation of forms and questionnaires. |
webform.install |
webform.install |
|
|
webform.module |
webform.module |
|
|
webform_components.inc |
webform_components.inc |
|
Webform module components handling. |
webform_export.inc |
webform_export.inc |
|
Provides several different handlers for exporting webform results. |
webform_report.inc |
webform_report.inc |
|
This file includes helper functions for creating reports for webform.module |
webform_submissions.inc |
webform_submissions.inc |
|
This file is loaded when handling submissions, either submitting new,
editing, or viewing. It also contains all CRUD functions for submissions. |