Hi, i have button and when users click that button i need users to scroll to some component in builderio. Do you guys have any recommendation for me? how can i do that with builderio?
Hello @Ischafak ,
To create a button click event that scrolls to specific elements on your page, you can refer to the following forum posts for detailed instructions:
To create an anchor link on a page, you can:
Give the section you’d like the link to jump to an ID. To add an ID, select the component and navigate to “HTML attributes” at the bottom of the styles tab.
Click “+ new” and select “ID” as the property name, then give this component an ID (this can be anything, but can only contain letters, numbers, dashes, underlines, e.g. my-anchor).
[Screen Shot 2022-02-18 at 10.38.32 AM]
Navigate back to the component that you want to act as the anchor. If th…
These resources should help you implement the desired functionality. If you have further questions, feel free to reach out!
Best regards,