michaelkoper / backbone-multistep-form

Example multistep form with backbone.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 60.1%Language:HTML 15.0%Language:CoffeeScript 14.6%Language:CSS 10.3%