automatically create a web-link based on custom-field value

Jochen Häberle January 22, 2014

Hi,

I want to create a web-link based on a fixed part and the value of a custom-field. I search goolge and answers high and low but could not find a clue to this.

Any clue appreciated!

1 answer

0 votes
codelab expert
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 22, 2014

The velocity template is HTML. So could try to implement something like that in view.vm: "<a href="$value">$value</a>

Suggest an answer

Log in or Sign up to answer