How to implement a booking feature in Webflow

Hey Everyone,

I’m a freelance web designer and have a client that requires a booking platform for their website. The client currently have a couple of houses that they rent out to students. The client needs to list the different houses on the site with an option to reserve a house for a certain amount of months,

What I need is to show only the houses that are available and automatically hide the houses that are currently booked. The client does not require any payment functionality, just to show/hide available bookings.

How should I go about this?
Thank you.

Conditional Visibility. Use a field for status, then display or hide content based on the value.

Take a look at this University article.