You are here

Files in Webform 6.2

Primary tabs

File namesort descending Location Namespace Description
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…
components.test tests/components.test
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 6.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.
permissions.test tests/permissions.test
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.
submission.test tests/submission.test
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 CCK 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 Forms API…
time.inc components/time.inc Webform module time component.
webform-confirmation.tpl.php webform-confirmation.tpl.php Customize confirmation screen after successful submission.
webform-form.tpl.php webform-form.tpl.php Customize the display of a complete webform.
webform-mail.tpl.php webform-mail.tpl.php Customize the e-mails sent by Webform after successful submission.
webform.css webform.css .webform-submission-navigation { text-align: right; } .webform-submission-next { margin-left: 20px; } .webform-checkbox { text-align: center; width: 40px; } .webform-default-value { color: #999; } .webform-results-per-page a.selected { …
webform.info webform.info ; $Id: $ name = Webform description = Enables the creation of forms and questionnaires. core = 6.x
webform.install webform.install Webform module install/schema hooks.
webform.module webform.module
webform.test tests/webform.test Webform module tests.
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.

Other projects