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:

  1. Click Add Element

  2. Click Control to create a new Control element.

  3. Set Type to Scroll Point.

  4. 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).

  5. Drag the scroll point to where you'd like to create a linkable point, then release click to drop it.

  6. 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:nextScroll to the next scroll point.
    scrollpoint:previousScroll to the previous scroll point.
    scrollpoint:firstScroll to the first scroll point.
    scrollpoint:lastScroll to the last scroll point.