How to Create an Anchor (Jump) Link to scroll on click
In this guide, I'll tell you how to add such a cool feature to the page of your site as scrolling down to a component.
- **Scrolling to a section on the same page **
To scroll down to a component by a link or a button, you should find the ID of the component, уou want to scroll to. You can find it in the component editor.
****
In the link or button settings, simply enter the component ID as the URL
- Scrolling to a section on another page
You should also find the URL of the page where the component is located.
Then as a URL of your link or button, you should put an address of the page. Be sure to start with /. + the component ID which starts with #
That's it! Now your link will scroll to an element.
Updated on: 14/03/2025
Thank you!