Closed (fixed)
Project:
Semantic Fields
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2011 at 07:14 UTC
Updated:
20 Feb 2013 at 00:20 UTC
I would like to create a unordered list, but it seems not posible.
I can wrap the complete field value and label in a li, but i can't wrap all my li's in a ul, it seem the group_formatter should be changed, i can set it to div, fieldset, etc, etc but i gues it should also have a List option.
Comments
Comment #1
sokrplare commentedIt is a bit tricky, but I was just able to do this and the module is built for this specific use case. Here is how to do it:
On the edit page for your custom field format, in the section FIELD VALUE(S) > MULTIPLE VALUE FIELD, enter "ul" as the value for Surround all field values with and "li" as the value for Surround each field value with. That should do the trick!
Comment #2
misc commentedJust changing to correct status (?)