How can I list a field’s multi-select options in a template? (Not just the selected options of an entry, but the entire list you supply in Add/Edit Field.)
Thanks
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
March 01, 2011 9:43am
Subscribe [4]#1 / Mar 01, 2011 9:43am
How can I list a field’s multi-select options in a template? (Not just the selected options of an entry, but the entire list you supply in Add/Edit Field.)
Thanks
#2 / Jan 20, 2012 5:55am
I’m looking for this solution as well, does anybody have an answer?
#3 / Feb 04, 2012 7:01am
The post is written in a very good manner and it entails many useful information for me. I am happy to find your distinguished way of writing the post. Now you make it easy for me to understand and implement the concept
#4 / Feb 04, 2012 7:58am
the multi-select values are saved into database separated with ‘|’, so with query first get that field value then explode for ‘|’