How to set up CMS content on Framer
Setting up CMS content in Framer involves creating a CMS collection, defining content fields, and connecting those fields to design components. You can then populate your collection with content and dynamically display it across your website.
Prerequisites
- A Framer account with an active project
- Basic understanding of content management systems
- Familiarity with Framer's interface
- Content ready to be structured (text, images, etc.)
Step-by-Step Instructions
Access the CMS Panel
Create a New Collection
Define Content Fields
Configure Field Settings
Add Sample Content
Connect CMS to Design Components
Set Up Collection Pages
Publish and Manage Content
Common Issues & Troubleshooting
CMS content not updating on published site
Make sure you've clicked Publish after making CMS changes. Check that your components are properly connected to CMS fields in the Content panel. Clear your browser cache if changes still don't appear.
Images not displaying from CMS
Verify that image fields are properly connected to image components. Check image file sizes and formats - Framer supports JPG, PNG, WebP, and SVG. Ensure images are uploaded through the CMS interface rather than directly to assets.
Collection pages showing 404 errors
Confirm that CMS Collection Page is enabled in page settings and the correct collection is selected. Check that your slug field is properly configured and contains valid URL characters. Republish the site after making changes.
Unable to edit CMS fields after creation
Some field properties can't be changed after creation if content exists. Create a new field with the correct settings and migrate content manually, then delete the old field. Always plan field structure carefully before adding content.