lets say I have a select box (dropdown) that is called test. I can get the selected value in my mail using

{{var data.test}} --> gives me 2 for example

How can I get the text that was selected, not the value. I already tried:

{{var data.test.text}}

This makes no difference, I still get 2. Ideas?

Thanks!

link|improve this question

61% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.