Skip to main content

My Table of Contents links do nothing when I click them

Manual mode requires valid target IDs in your page content. Add matching heading IDs and map each TOC item to that ID.

Written by Karan Bhakuni

My Table of Contents links do nothing when I click them

In Manual mode, TOC rows only work if each row points to a real heading ID on the page.

Steps

  1. Open Content β†’ Data Source and select Manual.

  2. For each TOC row in Table Items, set:

    • Label (display text)

    • Scroll target ID (without #, e.g., pricing-faq)

  3. In your page content, ensure the matching heading exists, for example:
    ​<h2 id="pricing-faq">Pricing FAQ</h2>

  4. Save and test click behavior.

Did this answer your question?