Using Multiselect Dropdown In Multimodelform

Hi friends. I am using extension multimodelform. I am cloning element of one of two models take A. In model A I am using a multiselect dropdownlist. It works fine when I select only one element. If i select more than one element it still saves only one of them. I am not sure how to resolve this problem. Give your suggestions.

It is a well known “problem” with multimodelform that it doesn’t handle may widgets well because the underlying jqrelcopy javascript doesn’t clone any JS associated with a widget. You will have to mess around with callback jsAfterNewId to handle that. I wasn’t able to do it so my dropdowns are simple. Good luck.