Using Scroll Points
Scroll Points are special Control elements that create linkable points within a site that can be linked to internally (eg. to scroll the browser to a signup form after a call to action button has been clicked), or externally to link to a specific part of a site. Here's how to set one up:
-
Click Add Element
-
Click Control to create a new Control element.
-
Set Type to Scroll Point.
-
Give it a short, descriptive Name composed of only lowercase letters, numbers, and hyphens (eg.
signup
). This will uniquely identify the scroll point and allow you to link to it (see below). -
Drag the scroll point to where you'd like to create a linkable point, then release click to drop it.
-
You're done! You can now link directly to the scroll point internally using its hash-prefixed name (eg.
#signup
) or externally by appending its hash-prefixed name to the site's URL (eg.foo.carrd.co/#signup
). You can also link to the following special URLs to navigate between your scroll points:scrollpoint:next
Scroll to the next scroll point. scrollpoint:previous
Scroll to the previous scroll point. scrollpoint:first
Scroll to the first scroll point. scrollpoint:last
Scroll to the last scroll point.