Namesort descending Location Description
form_example_phonenumber_discrete_validate modules/examples/form_example/form_example_elements.inc Validation handler for the discrete version of the phone number.
form_example_states_form modules/examples/form_example/form_example_states.inc States demo form.
form_example_states_form_submit modules/examples/form_example/form_example_states.inc Submit handler for form_example_states_form().
form_example_theme modules/examples/form_example/form_example.module Implements hook_theme().
form_example_tutorial modules/examples/form_example/form_example_tutorial.inc Main Form tutorial page.
form_example_tutorial_1 modules/examples/form_example/form_example_tutorial.inc This is Example 1, a very basic form with a textfield.
form_example_tutorial_10 modules/examples/form_example/form_example_tutorial.inc This is Example 10: a form with a file upload field.
form_example_tutorial_10_submit modules/examples/form_example/form_example_tutorial.inc Submit handler for form_example_tutorial_10().
form_example_tutorial_10_validate modules/examples/form_example/form_example_tutorial.inc Validate handler for form_example_tutorial_10().
form_example_tutorial_2 modules/examples/form_example/form_example_tutorial.inc This is Example 2, a basic form with a submit button.
form_example_tutorial_3 modules/examples/form_example/form_example_tutorial.inc This is Example 3: a basic form with fieldsets.
form_example_tutorial_4 modules/examples/form_example/form_example_tutorial.inc This is Example 4: a basic form with required fields.
form_example_tutorial_5 modules/examples/form_example/form_example_tutorial.inc This is Example 5: a basic form with additional element attributes.
form_example_tutorial_6 modules/examples/form_example/form_example_tutorial.inc This is Example 6: a basic form with a validate handler.
form_example_tutorial_6_validate modules/examples/form_example/form_example_tutorial.inc Validation handler for Tutorial 6.
form_example_tutorial_7 modules/examples/form_example/form_example_tutorial.inc This is Example 7: a form with a submission handler.
form_example_tutorial_7_submit modules/examples/form_example/form_example_tutorial.inc Submit function for form_example_tutorial_7().
form_example_tutorial_7_validate modules/examples/form_example/form_example_tutorial.inc Validation function for form_example_tutorial_7().
form_example_tutorial_8 modules/examples/form_example/form_example_tutorial.inc This is Example 8: a simple multistep form with a Next and a Back buttons.
form_example_tutorial_8_next_submit modules/examples/form_example/form_example_tutorial.inc Submit handler for form_example_tutorial_8() next button.
form_example_tutorial_8_next_validate modules/examples/form_example/form_example_tutorial.inc Validate handler for the next button on first page.
form_example_tutorial_8_page_two modules/examples/form_example/form_example_tutorial.inc Returns the form for the second page of form_example_tutorial_8().
form_example_tutorial_8_page_two_back modules/examples/form_example/form_example_tutorial.inc Back button handler submit handler.
form_example_tutorial_8_page_two_submit modules/examples/form_example/form_example_tutorial.inc The page 2 submit handler.
form_example_tutorial_9 modules/examples/form_example/form_example_tutorial.inc This is Example 9: a form with new fields dynamically added.
form_example_tutorial_9_add_name modules/examples/form_example/form_example_tutorial.inc Submit handler for "Add another name" button on form_example_tutorial_9().
form_example_tutorial_9_remove_name modules/examples/form_example/form_example_tutorial.inc Submit handler for "Remove name" button on form_example_tutorial_9().
form_example_tutorial_9_submit modules/examples/form_example/form_example_tutorial.inc Submit function for form_example_tutorial_9().
form_example_tutorial_9_validate modules/examples/form_example/form_example_tutorial.inc Validate function for form_example_tutorial_9().
form_example_wizard modules/examples/form_example/form_example_wizard.inc The primary formbuilder function for the wizard form.
form_example_wizard_location_info modules/examples/form_example/form_example_wizard.inc Returns form elements for the 'location info' page of the wizard.
form_example_wizard_location_info_validate modules/examples/form_example/form_example_wizard.inc Custom validation form for the 'location info' page of the wizard.
form_example_wizard_next_submit modules/examples/form_example/form_example_wizard.inc Submit handler for the 'next' button.
form_example_wizard_other_info modules/examples/form_example/form_example_wizard.inc Returns form elements for the 'other info' page of the wizard.
form_example_wizard_personal_info modules/examples/form_example/form_example_wizard.inc Returns form elements for the 'personal info' page of the wizard.
form_example_wizard_previous_submit modules/examples/form_example/form_example_wizard.inc Submit handler for the "previous" button.
form_example_wizard_submit modules/examples/form_example/form_example_wizard.inc Wizard form submit handler.
form_execute_handlers core/includes/form.inc Executes custom validation and submission handlers for a given form.
form_get_cache core/includes/form.inc Fetches a form from the cache.
form_get_error core/includes/form.inc Returns the error message filed against the given form element.
form_get_errors core/includes/form.inc Returns an associative array of all errors.
form_get_options core/includes/form.inc Returns the indexes of a select element's options matching a given key.
form_label_test_form core/modules/simpletest/tests/form_test.module A form for testing form labels and required marks.
form_load_include core/includes/form.inc Ensures an include file is loaded whenever the form is processed.
form_options_expand core/modules/field/modules/options/options.module Expand the "options" form element type.
form_options_flatten core/includes/form.inc Allows PHP array processing of multiple select options with the same value.
form_options_from_text core/modules/field/modules/options/options.module Create an array representation of text option values.
form_options_to_text core/modules/field/modules/options/options.module Create a textual representation of options from an array.
form_options_validate core/modules/field/modules/options/options.module Validate the "options" form element type.
form_pre_render_conditional_form_element core/includes/form.inc Adds additional customization to a form element when its title or description is set.

Pages