form_error
Related topics
| Name | Description |
|---|---|
| Form generation | Functions to enable output of HTML forms and form elements. |
Functions that call form_error()
| Name | Location | Description |
|---|---|---|
| date_validate | includes/form.inc | Validates the FAPI date type to stop dates like 30/Feb/2006 |
| form_error | includes/form.inc | Flag an element as having an error. |
| password_confirm_validate | includes/form.inc | Validate password_confirm element. |
Functions called by form_error()
| Name | Location | Description |
|---|---|---|
| form_error | includes/form.inc | Flag an element as having an error. |
| 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. |
