Fix for the multiple select #default_value

  1. $form['mylist']  = array(
  2.                 '#type' => 'select',
  3.                 '#title' => 'Select From List'
  4.                 '#options' => array(0=>'A', 1=>'B', 2=>'C' ,3=>'D',),
  5.                 '#multiple' => true,
  6.                 '#size' => 3,
  7.                 '#default_value' => array(1,2),
  8.                 );

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.