Showing Popup Under Specific (date and user) Conditions

Hello Guys !

I’ve look down some topics but unfortunately didn’t find my answer :disappointed_relieved:

To put you in context, I’ve created an app that works as a simple website for my restaurant.
And as we do pizza night on every Wednesday, I would love to have a popup on the website that show on every Wednesday to remind and promote the event for customers.
As simple as it seems in my mind I can’t figure it out (I’m a big noob on bubble)
I’ve tried on the workflow tab to do a when the page is loaded → pause for 10000ms (to let the page load and visitor focus on the website) → arbitrary set date/time, and then I can’t find a way to tell the workflow to only show on every Wednesday… :thinking:

Then the best of the best will be that this popup could show only on Wednesday AND once per viewer (in case where the same viewer visit the website twice or more on Wednesday)

Thanks to everyone !
Bisous :grin:

Also use sessionstorage to store yes/no value in browser and then reference it if the popup was seen by user or not once

Set the condition to something like “only when current date/time
day is 4” (where 1 is Sunday and 7 is Saturday ). this way, it’ll pop up only on wednesdays and only if the user hasn’t seen it yet.

1 Like

Thanks a lot !

How do you write something after “formatted as” ? I have a window showing and letting me choose a format but when I try to write “Wed is Wed” it’s not consider :thinking:

ddd will return mon, tue, wed etc

2 Likes



1 Like

Great stuff @siddharth !

Just be mindful that it is a text instead of a number which is how I tackled this.

Both will work … just keep consistent with how you set up the condition :slight_smile:

2 Likes

Works like a charm !

Thanks a lot !!

1 Like