Chapter 10. The Form API, Page 244
Tue, 08/19/2008 - 12:48pm — jvandyk
Location on the page:
Code example at bottom of page
Chapter:
10. The Form API
Error:
function formexample_nameform($form_id, $form_state = NULL) {
Correction:
function formexample_nameform($form_state) {
Description of the Error:
Drupal 6 always passes the form state as the first argument to form builder functions.
