How Scroll to Element Works
Scroll to Element connects a clickable item to a specific section on the same page. When the visitor clicks the item, the page smoothly scrolls to the selected section.
Scroll to Element can be used with:
Buttons.
Text links.
Navigation menu items.
Smooth scrolling is applied automatically. No additional setting is required.
Step 1: Copy the Section CSS Selector
Every scroll setup starts with the target section.
Open your website or funnel in the builder.
Click the section you want visitors to scroll to.
In the right panel, click Advanced.
Copy the value in the CSS Selector field.
Use this selector when linking text, buttons, or menu items to the section.
Method 1: Link Text to a Section
Use this method when clickable text should scroll to another section.
Highlight the text.
Click the link icon in the formatting toolbar.
Enter the full page URL followed by the CSS selector.
Example:
www.yourdomain.com/#section_abc123
Save the link.
Method 2: Link a Button Using a Website URL
Use this method when a button should scroll using a URL and CSS selector.
Select the button in the builder.
In the right panel, find Button Actions.
Set Link To to Website URL.
Enter the full page URL followed by the CSS selector.
Example:
www.yourdomain.com/#section_abc123
Method 3: Link a Button Using Scroll to Element
Use this method when you want to select the target section directly from the builder.
Select the button in the builder.
In the right panel, find Button Actions.
Set Link To to Scroll to Element.
Select the section you want the button to scroll to.
Method 4: Link a Navigation Menu Item to a Section
Use this method when a navigation menu item should scroll to a section on the same page.
Select the navigation menu.
Click the three dots next to the menu item.
Set Go To to Go to website URL.
Enter the full page URL followed by the CSS selector.
Example:
www.yourdomain.com/#section_abc123
Click Submit.
Common Issues and Fixes
The scroll link does not work
Confirm the CSS selector starts with #.
Correct format:
#section_abc123
Incorrect format:
section_abc123
The page does not scroll to the expected section
Confirm the clickable item is linked to the correct section selector. If multiple sections use the same selector, the page may scroll to the first matching section.
The link reloads the page instead of scrolling smoothly
Confirm the link points to a section on the same page. Scroll to Element is intended for same-page section navigation.
FAQ
Can I scroll between different funnel steps?
No. Scroll to Element only works on the same page.
Does Scroll to Element work on mobile?
Yes. Scroll to Element works across desktop and mobile views.
Do I need to enable smooth scrolling?
No. Smooth scrolling is applied automatically to Scroll to Element actions.
What happens if multiple sections have the same CSS selector?
Only the first matching section may be used. Each scroll target should have a unique CSS selector.





