The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Forms

Forms Category

Gmail-like Client-side Drafts – Sisyphus

Sisyphus is a JavaScript library for automatic local data storage for forms, lists, etc.

sisyphus Gmail like Client side Drafts   Sisyphus

Sisyphus as a mythical figure is quite tragic, but this library would help a lot if it were implemented in every forum and app where writing long text is imperative.

Once the form (or checkbox) has been submitted, the data is removed so it won’t stay there for eternity.

A concern about data safety raises immediately, but, as HTML5′s data storage is rather safe, it should be at least somewhat safe for visitors to save data in the local storage.

Slick Form Validation – Validate.js

validate.js is a dependency-free library for validating forms.

validate Slick Form Validation   Validate.jsValidate.js is lightweight, weighing a little more than 1kb minified.

The library offers more than 12 rulesets for form validation.

Validate.js also allows customizing both validation rulesets and error/notification messages.

Flexible, Cross-browser Forms – Formee

Formee is a framework for helping you to create customized web forms.

formee Flexible, Cross browser Forms   Formee

The framework is based on the technique provided by Fluid 960 Grid System.

Its percentage-based widths allow including forms created with Formee in practically any environment you need.

Formee comes with a notification system that helps the form users by providing notifications that help them fill the forms validly.

Create combo boxes with jQuery – eComboBox

eComboBox is a jQuery plugin for creating editable boxes. These “Combo boxes” are useful for tagging, sorting data, forms, and more.

webification Create combo boxes with jQuery   eComboBoxThis simple code will generate a Combo Box:

  $("#cb").eComboBox();

 <select id="cb">
      <option>value 1</option>
      <option>value 2</option>
      <option>value 3</option>
 </select>

Combo Boxes can be customized: prevent users from editing them; prevent users from adding new entries — and vice versa.

eComboBox is an immensely useful plugin for creating easy-to-use backends, tagging (much like the tagedit plugin), and so on.

Easily glamorize and validate forms – Formly

Formly is a jQuery plugin for managing forms. It’s rather impressive in comparison to the existing form making/validating frameworks.

form Easily glamorize and validate forms   Formly

What’s so impressive about Formly is that it fetches the existing elements of a form and makes it really easy to style it with CSS and maybe a touch of jQuery goodness.

By default, Formly can validate email addresses and website addresses, and also required fields.

Formly is an easy-to-use solution for styling and validating forms.

A Powerful Form-Making Framework – Ideal Forms

Ideal Forms is a small yet powerful framework for making forms.

idealforms A Powerful Form Making Framework   Ideal FormsIdeal Forms make styling forms a pinch easier, plus it’s almost hideously easy to use.

The coder can insert a number of preset variables into form, for example, you can insert labels, buttons, select menus, etc with very minimal code.

Then again, one can question whether or not making a form requires a framework.