Displaying Collection Fields

I created a modal popup and bound it to a collection. What I want to do is display some of the collection fields and do a input for some specific fields. By using a form, I can get the input fields but I can’t seem to find instructions to simply display fields (fields that are already populated and will not change). Can someone direct me to how I can achieve this? Thanks!

I was able to display a text field from a collection on a regular page but it does not seem to work on a modal popup. I get [object Object]. See image below.

image

Hi @RobertN,

Can you please send the Preview URL of the page?

Looks like you have just selected the name of the collection and not the specific field, hence it is showing the [Object Object].

Thanks.

Thanks for the call. This is resolved. Much appreciated.