Text from one field, Link from another

Create a hyperlink in a CF list using text from one field and the URL from another.

Overview

The issue occurs when using incorrect syntax to combine a display text field with a separate URL field in the list's link settings.
Use the correct syntax by placing the URL field name inside curly braces, ensuring the text field and URL field are properly linked.

Answered
ba batvink 26 Mar, 2015
Answer
Hi,

I have a simple challenge but I can't work out the answer 🙄

I am creating a ChronoConnector list. I have a text field to display, and I want to use a second field from the record as the hyperlink.

In Front List settings, I have used the links section. I tried:

BulletinsList.txtTitle:BulletinsList.txtAddress

The resulting link is:

http://www.mywebsite.co.uk/BulletinsList.txtAddress

[EDIT]

For anyone with the same issue, the solution is to use this syntax:

BulletinsList.txtTitle:{BulletinsList.txtAddress}
This topic is locked and no more replies can be posted.