Hi
I have a select metadata field that has an email address (as the Option Key) and the email display name (as the Option Value). Is there a way to display both the Key and Option as part of the design template?
Currently if I use this keyword %asset_metadata_Email% it will display the Option Key (by default). To put it in context this is what I wish to include as a persistent feature in the page template:
Page contact: <a href="mailto:groundwater@blah.com%">Groundwater Unit</a>
thanks
The best option is probably to put the entire HTML string into the Option Value, then just print the value.
thanks, well that would be the easy option :)