This should be simple but then again nothing ever is…..
As field names need to be unique I am trying to concat the channel id to a field name so I can display the correct field name when using a channel tag
Is it possible to do something like this:
{exp:channel:entries channel="channelOne|channelTwo|channelThree" limit="3"}
{extended_{channel_id}}
{/exp:channel:entries}The code above simply displays {extended_1} {extended_2} {extended_2} etc as a string. It’s not parsing it correctly.
Thanks.