Hi,
I am trying to output a complete list of all the values in a checkbox from the field- not for each individual item - but for all the values.
My field name is "World Regions"
"field_elements":"region_01::North America%% region_02::South America%% region_03::Europe%% region_04::Middle East%% region_05::Africa%%"
The code I want is:
<input type="checkbox" value=".region_01" id="region_01"><label for="region_01">North America</label>
<input type="checkbox" value=".region_02" id="region_02"><label for="region_02">South America</label>
etc... for all the World Regions
The word "region_01" is the field value, The word "North America" is the label.
I have tried doing this in a category but it fails. (
www.flexicontent.org/documentation/faq/6...to-work-in-v156.html
)
Any Ideas?