Fix for Code

  1. function mymodule_form_alter(&$form, $form_state, $form_id) {
  2.   if ($form_id == 'search_form') {
  3.     $form['basic'] = array('#type' => 'item', '#title' => 'cool');
  4.   }
  5. }

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.