var field = form.addField(CONST_ICFILTERLIST_FIELD_ID, 'select',
'Insight Community Filter List', 'Filters');
field.setLayoutType('midrow', 'startrow');
field.setDisplaySize( 400, 15);
Filters is the Field Group I am trying to add this list into. But the list always shows up at the bottom of the page. How can I put it correctly ?