Yes, you can display the full URL or slug as the link text in Webflow when listing collection item URLs. Here's how you can do it:
1. Add a Collection List
- Go to your Collection Page and add a Collection List element.
- Choose the Collection that contains the URLs you want to display.
2. Add a Text Link Inside the Collection List
- Drag a Text Link element into the Collection List.
- Click on the text option for the Text Link, and select Get text from...
- Choose the Slug or URL field from your Collection.
3. Set the Link Destination
- With the Text Link selected, go to Element Settings (cog icon ⚙️).
- Click on Link settings, choose URL field, and select the same URL field you used for the text.
4. Optional: Add "https://" for Slugs
- If you're using the slug field, it won’t have "https://." To fix this:
- Instead of a Text Link, use a Plain Text element for the slug.
- Add a Link Block around it.
- Set the Link Block href to
"https://" + slug
using custom code (or use full URLs in the CMS instead).
Summary
You can display a Collection item’s URL or slug as linked text by binding a Text Link to the Collection’s slug or URL field. If only using a slug, ensure the final link includes "https://" using manual adjustments or a full URL field in the CMS.