form_error

Related topics

Namesort iconDescription
Form generationFunctions to enable output of HTML forms and form elements.

Functions that call form_error()

Namesort iconLocationDescription
date_validateincludes/form.incValidates the FAPI date type to stop dates like 30/Feb/2006
form_errorincludes/form.incFlag an element as having an error.
password_confirm_validateincludes/form.incValidate password_confirm element.

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. If the name of the element is edit[foo][bar] then you may pass either foo or foo][bar as $name foo will set an error for all its children.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.