*************** *** 261,266 **** 'type' => MENU_CALLBACK, ); $items['form-test/state-persist'] = array( 'title' => 'Form state persistence without storage', 'page callback' => 'drupal_get_form', --- 261,274 ---- 'type' => MENU_CALLBACK, ); + $items['form_test/form-descriptions'] = array( + 'title' => 'Form description test', + 'page callback' => 'drupal_get_form', + 'page arguments' => array('form_description_test_form'), + 'access callback' => TRUE, + 'type' => MENU_CALLBACK, + ); + $items['form-test/state-persist'] = array( 'title' => 'Form state persistence without storage', 'page callback' => 'drupal_get_form',