— Framer doesn't support natively a way to filter your CMS entries with a dynamic date. Let's solve this with a simple manipulation.
Look for a framework solution that only shows events that have already occurred, rather than showing all events at once, including in the future. Based on the above question, how should the code be adjusted?
Same code override but you can simply change the CMS condition with "End date BEFORE today", instead of AFTER today. Hope that helps
Look for a framework solution that only shows events that have already occurred, rather than showing all events at once, including in the future. Based on the above question, how should the code be adjusted?
Same code override but you can simply change the CMS condition with "End date BEFORE today", instead of AFTER today. Hope that helps