Referenced Multi-image field

On a “parent” CMS template page, is it possible to display all the images contained in a multi-image field within a “child” CMS collection that is referenced to the parent CMS collection using a multi-reference field? For example, I have a multi-image field in CMS collection “B” that I want to display on the CMS template page for CMS collection “A”, so that each item in the CMS collection “A” will show the referenced multiple-images that are associated with it, from CMS collection “B”.

If so, how do I construct this on my CMS template page for CMS collection “A”?

If not, is there a finsweet tool that will allow mw to accomplish this?


Here is my public share link: LINK
(how to access public share link)

If-

  • A is whatever
  • B is
    • multi-image field
    • multi-ref field to A

Then on A’s collection page you;

  • Collection list bound to B
    • Filtered to where multi-ref field contains current A

Inside of that,

  • Collection list bound to B.multiimageField
    • Shows image

Then you’re dealing with a nested list, and you’ll be limited to 5 images.

If you want to show all 25 for each multi-image field, the easiest path is to use a nesting solution. There are several. FS CMS Nest is best known, but may be over-complex for your needs.