I am creating a page generator app where the ultimate visitors to the webpage would fall into one of 2 categories - users or visitors. Where users are the actual users of my app and creators of the page and the visitors are just that, read only visitors. On this page I have repeating groups with options that the user is able to toggle visibility on or off. The intent is to effect whether or not this item is shown to the visitor when looking at the page. My issue is if a group is hidden, the group doesn’t collapse (my thought is this is because it’s being hidden via a conditional statement, so therefore still has data coming to the page)
Any suggestions as to how to toggle visibility of an item
Rafael - thank you so much. I needed a different constraint but this definitely helped guide me in the right direction! Hugely appreciative of your help!!!