1

Topic: Clickable link for new field

Hi, i am having a problem making a field value clickable.

I have created a new field named "My Website", but the values do not show it as a link.

Ive tried this code but it seems to make the "city" go missing.

Code:
<!-- IF field_name == "mywebsite" -->
<a href = "{field_value}">{field_value}</a>
<!-- ENDIF -->

Any ideas on how i make it work so that no toehr fields go missing?