โ ๏ธ Note
This article is intended for advanced users who are comfortable editing HTML. If you're unsure, we recommend working with someone on your team who has HTML experience โ or using built-in scroll options like scrolling to the donation form.
Want to scroll donors to a specific section on your campaign page โ like a video, testimonials, or FAQ? You can do this by assigning an anchor ID to a section and linking a button to it.
This creates a smooth on-page navigation experience without needing any code knowledge.
๐ ๏ธ Step 1: Assign an ID to the Target Section
- In the Page Builder, click on the section you want to scroll to
- Click the
<>(code) button to open the HTML editor
- In the section's main
<div>or<section>tag, add a uniqueidattribute. Example:

- Click Save to apply the change
๐ Make sure the ID is unique on the page โ use only lowercase letters, numbers, underscores, or hyphens.
๐ฑ๏ธ Step 2: Set Up the Scroll Button
- Click the button you want to use for scrolling
- In the right-hand panel, find the Action section
- In the URL field, enter the
#followed by your sectionโs ID
Example: #shareย
โ Save and Test the Scroll Behavior
- Click Save
- View your live page
- Click the button โ the page should smoothly scroll to the section you targeted

