// Add this in the Velo code editor under Page Code $w.onReady(() => { $w("#scrollButton").onClick(() => { $w("#targetSection").scrollTo(); }); });