Sebastian Hahn
Hello, I am having a contact form having checkboxes for selecting recipients. The checkboxes are populated dynamically via php and have separate value / title values. Now I want to create a view, which is showing only entries to the currently logged in user where the user was one of the recipients, i.e. I need a filter like "[recipient_field (array)] contains current_user". Is something like this possible without any additional php coding currently? Using "equals" or "like" does not work. Thanks a lot, Sebastian