I have added a multiselect dropdown field in customer adding form in admin. I have created new field in database. But I am not getting how to store the value of this new field to database. Please help
I have added this code to AdminCustomersController.php
array(
'type' => 'select', 'multiple' =>...