Skip to content

michaelkoper/backbone-multistep-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example multistep form with backbone.js

Just having fun making a multistep form with backbone. This example is made in Rails with a Mongodb, Coffeescript and Sass. It saves the temporary form data in HTML5 Web Storage. The form works with client validations and server validations.

Installation

# install mongodb
brew install mongodb

# install gems
bundle

# starting rails server
rails s

Todo

  • Support for multi model forms.
  • Inline field error messages.

About

Example multistep form with backbone.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published