Retrieve values input using sysDropDownMultiple

The out of the box field macro returns an error stating the field using the control sysDropDownMultiple is a multi value field, which it should be.

So how do I retrieve the values set in this field in a velocity template?

OK figured it out:

#set($items = $sys.item.getProperty(“opregion”).getValues())

#foreach($item in $items)
$item.String
#end

Hi,

We had the same problem. Personally I feel this should be something that the system can handle by default. Has anyone submitted it to ideas@?

Best Wishes

Georgina