fieldgrouping [CLOSED]
 Posted: Tue Sep 28, 2010 1:34 pm
Posted: Tue Sep 28, 2010 1:34 pmHiya,
Is there a way to (when using fieldgroups on a saved record) to have certain fields in horizontal rather than vertical display. Here's a snippet of what I have currently
Each field is listed vertically. As I have loads of fields, is there anyway to list them horizontally...It would make it nicer to read.
Thanks
			Is there a way to (when using fieldgroups on a saved record) to have certain fields in horizontal rather than vertical display. Here's a snippet of what I have currently
- Code: Select all
- [fieldgroup:Seventh_Exercise]
 label = "Seventh Exercise Section"
 template="Exercise7Group.html"
 section:order=7
 [Exercise7BodyPartName]
 widget:label = "Exercise 7 Body Part"
 order=101
 tab=7
 group = Seventh_Exercise
 [Exercise7ExerciseName]
 widget:label = "Exercise"
 vocabulary = Exercises
 widget:type = select
 order=102
 tab=7
 group = Seventh_Exercise
Each field is listed vertically. As I have loads of fields, is there anyway to list them horizontally...It would make it nicer to read.
Thanks