I know it's late and I might be tired, but...
I am trying to set a variable equal to the value of a column name.
col_name comes from a plugin option and is the name of a column. i.e. Color.
<%value%>Displays 'Color'
I want the value from that column, i.e. 'Red'
I did consult the template docs, but didn't find the solution there
I also tried other variations, but no go.
Thanks,
Chris
RGB World, Inc. - Software & Web Development.
rgbworld.com
I am trying to set a variable equal to the value of a column name.
col_name comes from a plugin option and is the name of a column. i.e. Color.
Code:
<%set value =col_name%> <%value%>
I want the value from that column, i.e. 'Red'
I did consult the template docs, but didn't find the solution there

I also tried other variations, but no go.
Thanks,
Chris
RGB World, Inc. - Software & Web Development.
rgbworld.com