We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 52464
    • 14 Posts
    I have a List of Projects resource as a container. A single Project contains a Title, Description and a Gallery (a photo album) as TVs.

    To display all the projects I'm using getPage with &element=`getResources` to pull all the Projects and display them on the container.

    The Title and Description TVs are displayed fine. However, the Gallery TV needs the name of the album to display the pics:
    [[Gallery? &album=`My Album`]]

    The name of the album is given by the user when creating a Project and uploading the pics to the Gallery TV.

    How can I get the field which contains the name given by the user?

    Thanks for your help!