¶ Section 3: Hands-On Modules
- Create a Google Sheet: Add columns for Name, Email, and Profile Picture.
- Form in Glide: Go to Layout and drag a Form Button to your screen.
- Configure Form Fields: Link each field to the corresponding Google Sheets column.
- Test Your App: Click the form button and fill out the data in your app.
Homework: Explore how to add multiple pages and navigation features to your app. Use Glide's Tabs component to add a settings page.
¶ Task: Add a Blog Section that allows users to add and display posts.
- Create a CMS Collection: In Webflow, navigate to CMS and create a Blog Posts collection.
- Add Fields: Create fields like Post Title, Content, and Date.
- Design a Blog Post Template: Add a Dynamic List to your page and link it to your CMS.
- Display Posts: Drag and drop components such as Text and Image to display blog posts.
- Publish: Click Publish and view the dynamic blog in action.
Homework: Customize your blog template to allow users to add comments or like posts using Webflow's Interactivity features.