Hello
I am not really good at php or programming and I need a llittle help:
I need a value to be "converted" to an image;
so if the value is "eg.3" it should show eg. "img3.gif"
(the images are stored in a folder)
The value is displayed with this little piece of code:
{case value="text"}
{$extraField.value}
So far it will show the value, but how can I make it display my image instead?