We have a BFCM offer launching soon and I’m trying to figure out a way to use display logic to get a banner to appear in our flows based on a date range. I can’t figure out a way to do it - does something like this exist? Thanks!
Solved
Display logic for BFCM banner
Best answer by cadence
Hey
Something like this
{% today "%Y-%m-%d" as today %}
{% if today >= "2025-11-28" and today <= "2025-12-01" %}
// RENDER YOUR SPECIAL BFCM BANNER HERE
{% else %}
// RENDER YOUR REGULAR BANNER HERE
{% endif %}
Log in to the Community
Use your Klaviyo credentials
Log in with Klaviyo
Use your Klaviyo credentials
Log in with KlaviyoEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.

