I am building a web application, and I built a filter button to show future ETA (Estimated Time of Arrival) records in a datatable. I thought this is a good example how to connect a state and a data source together. The main purpose to build a filter and turn it on and off. Let’s…
On mobile devices almost every site lends to use hamburger menu, because it is intuitive and user friendly. So in bubble I replicated this design and functionality, so you don’t have to struggle and think about it. On the left side you can see the closed state, and on the right side the opened state.…
There comes a time when your bubble project will use authentication for users and you come across the question, how to protect my home page and other pages from unauthenticated users. By default all the page is visible, so if google crawl your pages then they are visible for everybody. So in this short tutorial…
In regular web development css position absolute is a convenient way to place items top on each other or relative to the parent container. When in Bubble development you are looking for this setting you don’t find it, but that doesn’t mean you cannot reach that behavior. Let’s check out the following contact form I…