For marketing, it's helpful to have a template page that you can duplicate for different funnels. I like to use #scroll-sections so that a button (such as Learn more) can scroll down to a particular portion of the page. Problem: if I have a page www.example.com/page1 and set an element's Link To to just #scroll-section , it actually links to www.example.com/#scroll-section . This is counterintuitive, because the expected behavior is that it should go to www.example.com/page1#scroll-section . This means I have to instead use absolute links. But that means that when I duplicate the page, I have to re-do all the absolute links based on the new page's URL, which is very cumbersome. Proposed solution: if someone does not set an absolute Link To path (e.g. they don't set the page, they just type this into the URL field: #scroll-section ), then Framer should have that link stay on the current page. Benefit: +More intuitive behavior +When duplicating a webpage, all the locally referenced scroll section links remain in tact.