Page Chapter 10. The Form API, Page 157
Tue, 10/23/2007 - 4:08am — archaeopteryx
Location on the page:
code example
Error:
At the end of the code example, the passage should not appear in bold, since it exists in the code example on page 154 already.
$form['submit'] = array(
'#type' => 'submit',
'#value' => t('Submit')
);
return $form;
Also, in line 8
$form['name']['user_name'] = array(
['user_name'] should not be in bold typeface.
Correction:
Do not set mentioned code snippets boldface.
Description of the Error:
Minor error
[Note that user_name is in bold because it has changed; it is now nested inside a fieldset. -JV]
