I’m trying to add a video(link) to individual pages, first in my CMS template setting, there’s only adding images work not videos.
So I tried to add videos onto individual pages but it applied to all pages. What should I do to add different video to different pages and some pages may not have video at all
Webflow University has a lot of courses on this, there’s a lot to learn.
The short answer is that all of your data will go into the CMS and you’ll bind those collection fields to your template page.
e.g.;
Create a video field in your CMS collection
Put a video element on your CMS page
Bind it to your video field
Possibly use conditional visibility so that some elements only appear when the video field has content
This will make a lot more sense when you watch the Webflow U videos.