form_error

Related topics

Namesort iconDescription
Form generationFunctions to enable the processing and display of HTML forms.

Functions that call form_error()

Namesort iconLocationDescription
aggregator_categorize_items_validatemodules/aggregator/aggregator.pages.incValidate aggregator_categorize_items form submissions.
date_validateincludes/form.incValidates the date type to stop dates like February 30, 2006.
example_element_phonenumber_validatedeveloper/examples/example_element.moduleOur element's validation function.
form_errorincludes/form.incFlag an element as having an error.
install_configure_form_validateinstall.phpForm API validate for the site configuration form.
password_confirm_validateincludes/form.incValidate password_confirm element.
_form_validateincludes/form.incPerforms validation on form elements. First ensures required fields are completed, #maxlength is not exceeded, and selected options were in the list of options given to the user. Then calls user-defined validators.

Functions called by form_error()

Namesort iconLocationDescription
form_errorincludes/form.incFlag an element as having an error.
form_set_errorincludes/form.incFile an error against a form element.
 
 

Drupal is a registered trademark of Dries Buytaert.