- Edited
I have a form configured with a form field for new tickets that allows users to select their location (branch location). This ticket form field is located in the e-mail template as %{ticket.location} that is selected by the end-user from a drop-down list of locations when creating the ticket.When it sends out the e-mail, it shows the location "key" and not the actual content of the field. So if I had:12If I selected 2, it would show 2 instead of "There" in the e-mail that was sent out. This is making it difficult for those in the field trying to do the tickets since they don't know the locations (and don't want to carry around a conversion table).Is there a way to fix this?