I am trying to set a condition on the CMS List for Users
to only show a div if any of the multi-referenced list of item
matches the single referenced item
as selected by each User
.
In this example the user David is sponsoring the Colorado Food Drive and purchased an item called Cold Soup.
On my CMS Template Page for Projects
:
I have a list of Users
that are referenced to a project
:
Each User
has an item purchased
(from a CMS list of items):
Each project has a list of items
associated with it:
The desired behavior would be that since David’s item purchased was Cold Soup, and Cold Soup appears in the multi-reference filed in Projects, then the condition should be met and the div would be shown /hidden accordingly. The problem is, nothing happens when this is selected.
Here is my public share link: LINK
(how to access public share link)