Hi.
First of all – I am sorry for my english 🙂
I am trying to create a multiselect field in user profile page.
Ususally choises for piklist list looks like:
,'choises' => array(
'option1' => 'Option 1'
,'option2' => 'Option 2'
,'option3' => 'Option 3'
)
But I want to get choises from another array:
,'choises' => $array
You can see my $array on the attached pic.
Thank you!
Attachments:
You must be
logged in to view attached files.