form_get_error
Related topics
| Name | Description |
|---|---|
| Form generation | Functions to enable the processing and display of HTML forms. |
Functions that call form_get_error()
| Name | Location | Description |
|---|---|---|
| form_get_error | includes/form.inc | Return the error message filed against the form with the specified name. |
| _form_set_class | includes/form.inc | Sets a form element's class attribute. |
Functions called by form_get_error()
| Name | Location | Description |
|---|---|---|
| form_get_error | includes/form.inc | Return the error message filed against the form with the specified name. |
| form_set_error | includes/form.inc | File 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. |
