Hi,
This is about the template templates/ItemCreator/Email/Reciept.html. It sends a receipt to the creator if the item-type.
The template just consists of 2 loops, one outer loop for Item.Groups, and one inner loop for Item.Group.Fields.
However, I want a tag of the inner loop (a value of one of the fields of the ItemType) to be available outside the loop. So I can use the value of that field to address the creator nicely.
I know the (system)name of the fields. How can I use these fields directly without the need of looping?
Thanks,
Ton