How to hide an input or search input if user is on home page

I have an input in a reusable component called Header. Its a nav bar with a search input, but I only want to show it on every other page except the home page since it has one like how google has it in the center on the home page

Have a condition on the input to check the URL of the page and hide it when it’s your home page URL.

Tal
nocodify.com

I’ve done that and checked the outputs of the conditions
image

this url = appname.bubbleapps.io/version-test/?debug_mode=true
website home URL = appname.bubbleapps.io/version-test/

In live mode this would work though, if you’d like just remove the ?debug_mode=true in your preview window.

ah ok, thank you