Skip to content

matadur/building-complex-forms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Meteor Chef
#011 - Building Complex Forms

In this recipe, we'll learn how to build a complex form made up of multiple templates. We'll learn how to handle different types of user input, control the shape of our data using a schema, and work in a bit of validation to ensure the data we insert into our database is clean. We'll also learn how to use ReactiveDict to help us manage form state.

Read on The Meteor Chef

Demo the Recipe

Download the Source

The code for this recipe is licensed under the MIT License.

Packages

No packages published

Languages

  • JavaScript 63.7%
  • HTML 33.7%
  • CSS 2.6%