#section-id only work on the page containing the target ID. /#about) in link fields to ensure proper navigation to the homepage and scrolling to the intended section.Navigation links that point to sections on the home page (via anchor links like #section-id) often break when you're on other pages in Webflow. This is because relative section links don't work across pages unless properly set up.
#about) only work on the page where the ID exists./contact) and click a nav link such as #about, the browser searches for an element with that ID on the current page, not the homepage.
/#about instead of just #about./#section-id in the URL field of a link element instead of choosing a Section from the dropdown.
/#about), Webflow will still treat them as internal links and not reload the site frame.
Section links (like #about) work only on the page where the section exists. To make navigation work sitewide, use the full relative path (e.g., /#about) instead of just the anchor. This ensures users are redirected to the homepage and scrolled to the right section.