Hello,
I've noticed a bug with merge tags - not sure if you are aware or if someone can explain why this is not woking as it should.
I have a radio field labelled 'Item' with the field id 19
Usually to ouput this data as merge tags I would simply do this...
choice text {Item:19}
choice value {Item:19:value}
Simples. The above merge tags work.
But when using pre-render php, for example...
If I then use these merge tags...
choice text {Item:19}
choice value {Item:19:value}
They both output the value. Which is incorrect because the choice text should not the choice value.
Any ideas why this behaviour happens?
Thanks
Josh