Hi! I’m working on an online library where people can mark their names on the website, and then come pick it up in person, but I need to make it so that when a book is already marked as not available (aka the boolean is false) then the input thing for the name is hidden, how can this be done?
Hey,
You could follow the basics of this tutorial - https://support.wix.com/en/article/velo-tutorial-hiding-a-video-player-when-there-is-no-video-to-play
You just have to change it up, so instead of if there’s no item in a certain field it’s if the boolean field is false.