Hi,

I'm trying to theme flexifield by overriding content-field-field_flexifield.tpl.php file in my theme folder and generally it is working fine. But I can't figure out that how can you get a single field from flexifield to output correctly. I can get the VALUE of the field by printing $items[0]['value']['field_field_1'][0]['value'] but is there a way to get the field with all it's formatting, meaning how I have defined it in content types (if it displays as a text or link to a node, etc).

It works fine for the flexifield bundle when I use print $items('view');, but single fields inside flexifield don't apparently have 'view' attribute. Is there any way to do this for a single field inside the flexifield? That data has to be saved somewhere because $items('view') works correctly...Any suggestions? Thanks!

Jay