How to use custom list-display CCv5

How to display custom fields in a ChronoForms v5 frontend list.

Overview

The issue is not knowing the correct syntax to call custom fields in the list display.
Use the format {model_id.field_name} within the custom list display settings to reference fields from your linked table.

Answered
gu guardian82 10 Oct, 2014
How i call the fields in the "custom" for list display in the front-list in CCv5?
Gr GreyHead 10 Oct, 2014
Answer
1 Likes
Hi guardian82,

I ran a little test and the format appears to be {model_id.name}

For my list linked to the #__content table with a model id of content I use {content.title} to show the article title in the custom box
gu guardian82 10 Oct, 2014
Thanks.

Is there other way to call diferent to this: <?php echo $row['Model']['field']; ?>
Gr GreyHead 10 Oct, 2014
Hi guardian82,

Probably . . . what do you need to do exactly?

Bob
This topic is locked and no more replies can be posted.