Dynamic IDs and anchor links for in-page linking in CMS Template Pages

With this function editors can create content on a page that is easy to navigate through and find the information the visitor needs with a fixed submenu. See example of information and side navigation: http://getbootstrap.com/getting-started/#download

  • Martijn Runia
  • Jan 30 2017
CMS
  • MICHAEL GARSKE commented
    October 18, 2023 01:05

    Please make this a feature. This should be a native option for site navigation.

  • Chase Charaba commented
    January 22, 2023 21:03

    I can't believe this isn't a feature! You can do this easily with WordPress, HubSpot, and other platforms.

  • Nikita Vyutnov commented
    July 27, 2022 11:01

    I'd be great to have this feature. Ar the moment I do a complicated setup using individual rich-text blocks for each anchor + I need to add a separated filed for each block as an anchor text. If there are more then 10 rich-text fields in the article I'm getting closer to limit of 30 fields at all in one CMS item.

  • Carlos Tocchetto commented
    March 02, 2022 00:40

    Please add this feature asap!

  • Andréa Sirieix commented
    November 22, 2021 13:18

    Need this please !

  • Malan David commented
    November 20, 2021 20:07

    It's pretty easy to do on Wordpress.

  • PHIE commented
    October 22, 2021 01:06

    Please add this....240+ votes. Having dynamic IDS and anchor links within long form blogs is essential for navigation & beneficial for aspects of time on page & SEO.

  • Mustafa Ozalcin commented
    October 04, 2021 12:11

    Was astonished to find this was not possible! Seriously, this needs to be standard basic functionality within a CMS Rich Text components. Come on guys!

  • Kindly Marketing commented
    February 21, 2021 06:41

    Really would like to see this future. It's pretty easy to do on Wordpress.

  • Øystein commented
    November 10, 2020 14:14

    Need this!

  • Srinivas Raj commented
    October 15, 2020 18:48
    • Give the object or text you'd like to link to a name. ...

    • Take the name you've chosen and insert it into an opening HTML anchor link tag. ...

    • Place that complete opening <a> tag from above before the text or object you want to link to, and add a closing </a> tag after.

    • ghdsports

  • Tiada Guru commented
    July 07, 2020 20:07

    Sigh. What a basic feature that we're missing 3+ years later.

    Hope Webflow can add this feature: it's not even been marked as in the backlog yet.

  • Claudius Gerstner commented
    November 28, 2019 09:38

    +3

  • Nikol' Moira commented
    March 16, 2019 21:58

    Need!

  • Stephen Bazley commented
    July 30, 2018 05:57

    HTML anchor tags are important for user experience and SEO. Anchors need to be added to the Rich Text field of a collection in the CMS.

    This will allow collection items to have custom anchors that relate to the content of the dynamic page (ie each collection item).

  • Birgit Miechielssens commented
    May 16, 2018 11:49

    +1, Could really do with this as well

  • Ibrahim laswi commented
    April 04, 2018 12:43

    Try this:

    add this code in the header of the collection page>

    <script>
    function myFunction() {
    alert("Page is loaded");
    let id = "ADD FIELD" ;
    let section = document.getElementById('#'+id);
    section.id = newId;
    }
    </script>

     

     

  • Matthew Sanderson commented
    December 06, 2017 14:39

    I could really do with this too..

  • +170