hashina / building-complex-forms

Home Page:http://themeteorchef.com/recipes/building-complex-forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

http://themeteorchef.com/recipes/building-complex-forms


Languages

Language:JavaScript 63.7%Language:HTML 33.7%Language:CSS 2.6%