id = member-{{slug}}
).#member-{{slug}}
within the Collection List or other navigation elements.You want to create in-page anchor links for each team member in a Webflow Collection List without using individual Collection Pages. Follow these steps to achieve this using Collection Item IDs and anchor links.
id
member-{{slug}}
(the slug field ensures each item gets a unique ID).#member-{{slug}}
as the link.You can create in-page links for Collection Items by adding unique IDs using the slug
field, then linking to them with #member-{{slug}}
. This allows users to navigate directly to a team member's section without needing separate Collection Pages.