Using Label from select in tmplate
-
I’m using a select like:
kerstin : Kerstin stephan : Stephan thomas : ThomasWhat I want to archive is a Template like:
<a href="{{mail_to_link.value}}">{{mail_to_link.label}}</a>I couldn’t find any way to do so. Seems only
{{mail_to_link}}(the value) is available. Is that possible? What did I miss?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Using Label from select in tmplate’ is closed to new replies.