Page Chapter 10. The Form API, Page 165
Mon, 06/25/2007 - 3:08pm — rcharney
Location on the page:
Last paragraph and example
Error:
Unlike the other hooks in this section, the form_alter hook takes just the module name as a prefix, not the form name. Thus, the function's signature is modulename_form_alter($form_id, &$form).
Description of the Error:
Clarification
