Skip to content
/ formify Public

A JS plugin to save forms to LocalStorage like a boss

License

Notifications You must be signed in to change notification settings

kurenn/formify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Test Coverage Issue Count

Formify is a super simple solution to serialize forms and save them to local storage.

Table of contents

Quick start

Using Formify is extremely easy, you can download using one of the following options:

  • Download
  • Clone the repot: git clone git@github.com:IcaliaLabs/formify.git

You will need jQuery to run the plugin

Once you have downloaded the plugin, just drop it on your project and invoke it:

 <script type="text/javascript" charset="utf-8" src="//code.jquery.com/jquery-2.2.0.min.js"></script>
 <script src="/javascripts/formify.js"></script>
var form = new Formify.Form("idOfTheFormToSave")

Bug tracker & feature request

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues.

Running formify locally

  1. You need to install Middleman
  2. Install the dependencies using bundle install
  3. You can lift the server with middleman server
  4. Open http://localhost:4567/ and you are good to go.

Middleman is a great way to work with static pages.

Contributing

Please submit all pull requests against a separate branch.

Copyright and license

Code and documentation copyright 2013-2016 Icalia Labs. Code released under the MIT license.

About

A JS plugin to save forms to LocalStorage like a boss

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published