gautamkakadiya Posted December 19, 2014 Share Posted December 19, 2014 Hello everyone, I want to select multiple value from the drop down box. here is my code...... array( 'type' => 'select', 'multiple' =>true, 'label' => $this->l('Week Days:'), 'name' => 'weekdays', 'lang' => true, 'options' => array( 'query' => $weekdays, 'id' => 'id', 'name' => 'name', 'selected' =>'selected', ), ), But the above code is not working properly. whenever i select multiple values from the drop down box and store into the database it is take last selected value and store into the database instead of storing multiple value . The above code i wrote in renderForm(). please help me I didn't find and solution, Thanx in advance.. 1 Link to comment Share on other sites More sharing options...
Riya92 Posted October 9, 2015 Share Posted October 9, 2015 I am also facing this same problem,Please help. Link to comment Share on other sites More sharing options...
Recommended Posts