You are here

Files in Webform 7.3

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt Webform 2.x Changelog --------------------- 2.x to 3.0 ---------- - Module directory structure moved around. - Webform configuration moved to an entirely separate tab. - E-mail templates are now editable by administrators. - Conditional fields. -…
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.
markup.inc components/markup.inc Webform module markup component.
number.inc components/number.inc Webform module number 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 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.…
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 Form API. More information about the Form API…
time.inc components/time.inc Webform module time component.
webform-admin.css css/webform-admin.css Styles that are used when viewing results or modifying webform settings.
webform-calendar.tpl.php templates/webform-calendar.tpl.php Theme the button for the date component date popup.
webform-confirmation.tpl.php templates/webform-confirmation.tpl.php Customize confirmation screen after successful submission.
webform-form.tpl.php templates/webform-form.tpl.php Customize the display of a complete webform.
webform-mail.tpl.php templates/webform-mail.tpl.php Customize the e-mails sent by Webform after successful submission.
webform-results-submissions.tpl.php templates/webform-results-submissions.tpl.php Result submissions page.
webform-submission-information.tpl.php templates/webform-submission-information.tpl.php Customize the header information shown when editing or viewing submissions.
webform-submission-navigation.tpl.php templates/webform-submission-navigation.tpl.php Customize the navigation shown when editing or viewing submissions.
webform-submission-page.tpl.php templates/webform-submission-page.tpl.php Customize the navigation shown when editing or viewing submissions.
webform-submission.tpl.php templates/webform-submission.tpl.php Customize the display of a webform submission.
webform.admin.inc includes/webform.admin.inc Administration pages provided by Webform module.
webform.api.php webform.api.php Sample hooks demonstrating usage in Webform.
webform.components.inc includes/webform.components.inc Webform module component handling.
webform.css css/webform.css Front-end styling for the display of webforms.
webform.emails.inc includes/webform.emails.inc Provides interface and database handling for e-mail settings of a webform.
webform.export.inc includes/webform.export.inc Provides several different handlers for exporting webform results.
webform.info webform.info ; $Id: $ name = Webform description = Enables the creation of forms and questionnaires. core = 7.x package = Webform configure = admin/config/content/webform ; Files that contain classes: files[] = includes/webform.export.inc files[] =…
webform.install webform.install Webform module install/schema hooks.
webform.module webform.module This module provides a simple way to create forms and questionnaires.
webform.options.inc includes/webform.options.inc A collection of built-in select list options for Webform.
webform.pages.inc includes/webform.pages.inc Menu callbacks and functions for configuring and editing webforms.
webform.report.inc includes/webform.report.inc This file includes helper functions for creating reports for webform.module.
webform.submissions.inc includes/webform.submissions.inc This file is loaded when handling submissions, either submitting new, editing, or viewing. It also contains all CRUD functions for submissions.
webform.test tests/webform.test Webform module tests.
webform.views.inc views/webform.views.inc Views hooks implemented for the Webform module.
webform_handler_field_form_body.inc views/webform_handler_field_form_body.inc Views handler to display the content of a webform form.
webform_handler_field_is_draft.inc views/webform_handler_field_is_draft.inc Views handler to display the draft status of a submission.
webform_handler_field_node_link_edit.inc views/webform_handler_field_node_link_edit.inc Views handler to display an edit link for Webform configuration.
webform_handler_field_node_link_results.inc views/webform_handler_field_node_link_results.inc Views handler to display a results link for Webform submissions.
webform_handler_field_submission_count.inc views/webform_handler_field_submission_count.inc Views handler to display the number of submissions in a webform.
webform_handler_field_submission_link.inc views/webform_handler_field_submission_link.inc Views handler to display links to a submission.

Pages

Other projects