Opening a Tab from Tab menu with a link?

Hi, I have Webflow native three tab menu section on a page. When the page loads, I want to display Tab1 on default. Somewhere else on the page I’ve put a link block and when it’s clicked I want the page to scroll to the TabMenu section and open a Tab3. Linking with #id doesn’t work because I can’t force the link block to perform a second action (yeah, scrolls to the TabMenu but doesn’t change to tab3). Is there a way to achieve this? Or maybe there’s better low-code tab component out there that I can use?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Does this post sounds similar to what you’re after?

1 Like

You can achieve this by using Webflow’s interactions to scroll to the Tab Menu and custom JavaScript to trigger the opening of Tab 3 after the scroll. This requires combining a scroll action and a click event for tabs.