Pulldown Fields - Value vs. Label

3 posts by 2 authors in: Forums > CMS Builder
Last Post: August 21, 2008   (RSS)

By InHouse - August 20, 2008 - edited: August 21, 2008

I have a question about how CMSB stores info collected through a pulldown field.

Right now my menu field is populated from another table. It uses the record number for the value and a text field (title) as the displayed label.

When I look a the CMSB list of records, it appears to be storing the label string in the database rather than the expected record number. Have not yet checked the actual MySQL info.

When I display this info on a page, the expected shows up - the value (record number) and not the string. Good so far... but I actually would like to show the label text in this one instance rather than the record number. Since CMSB appears to be storing that anyway, is there a way that I can resolve to the stored label rather than create a secondary lookup for each displayed record?

If not, can you suggest an efficient lookup loop to handle this?

Many thanks,
J.

Re: [Dave] Pulldown Fields - Value vs. Lable

By InHouse - August 21, 2008

Thanks Dave! At least I'm not missing something obvious here (for a change).

I'll take your suggestions on board and see what I can make work.

Thanks for your input as ever.

Cheers,
J.