попробуйте это в вашем классе формы:
$this->widgetSchema['your_choice_field'] = new sfWidgetFormDoctrineChoice(
array(), // you have to fill this array with your option (model, multiple, expanded ...)
array('size' => 5) // Attributes array here you can set attribute that will appear on the element
);
Надеюсь, это поможет