Hi
I'm trying to output PictureName onto the receipt.
For example if within my field PictureName = 1234
I would want the Receipt to print out "1234" for each entry.
I presumed it would be something along the lines of:
<FOR each="entry">
<ROW> Entry.Item.PictureName </ROW>
</FOR>
However this did not work. Any help would be much appreciated, thank you!