form_get_error

Related topics

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

Functions that call form_get_error()

Namesort iconLocationDescription
form_get_errorincludes/form.incReturn the error message filed against the form with the specified name.
theme_checkboxincludes/form.incFormat a checkbox.
theme_checkboxesincludes/form.incFormat a set of checkboxes.
theme_dateincludes/form.incFormat a date selection element.
theme_fileincludes/form.incFormat a file upload field.
theme_passwordincludes/form.incFormat a password field. * *
theme_password_confirmincludes/form.incFormat a password_confirm item.
theme_radioincludes/form.incFormat a radio button.
theme_radiosincludes/form.incFormat a set of radio buttons.
theme_selectincludes/form.incFormat a dropdown menu or scrolling selection box.
theme_textareaincludes/form.incFormat a textarea.
theme_textfieldincludes/form.incFormat a textfield.
_form_set_classincludes/form.incSets a form element's class attribute.

Functions called by form_get_error()

Namesort iconLocationDescription
form_get_errorincludes/form.incReturn the error message filed against the form with the specified name.
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.