How I'm supposed to set the selected options for a multiple select input type inside an HelperForm?
Here's the code that should handle the display of the over mentioned select input type:
...
array(
'type' => 'select',
'name' => 'field_name[]',
'id' => 'field_name',
'label' => $this->...