| form_get_error | includes/form.inc | Return the error message filed against the form with the specified name. |
| theme_checkbox | includes/form.inc | Format a checkbox. |
| theme_checkboxes | includes/form.inc | Format a set of checkboxes. |
| theme_date | includes/form.inc | Format a date selection element. |
| theme_file | includes/form.inc | Format a file upload field. |
| theme_password | includes/form.inc | Format a password field.
*
* |
| theme_password_confirm | includes/form.inc | Format a password_confirm item. |
| theme_radio | includes/form.inc | Format a radio button. |
| theme_radios | includes/form.inc | Format a set of radio buttons. |
| theme_select | includes/form.inc | Format a dropdown menu or scrolling selection box. |
| theme_textarea | includes/form.inc | Format a textarea. |
| theme_textfield | includes/form.inc | Format a textfield. |
| _form_set_class | includes/form.inc | Sets a form element's class attribute. |