Form Design Cribsheet

From NewHaven Software Wiki

(Difference between revisions)
Jump to: navigation, search
Line 9: Line 9:
* http://formalize.me/ - Small CSS and JavaScript library that aims to normalize forms across all browsers. Uses JavaScript to add support for older browsers that do not support HTML5.
* http://formalize.me/ - Small CSS and JavaScript library that aims to normalize forms across all browsers. Uses JavaScript to add support for older browsers that do not support HTML5.
-
* http://sprawsm.com/uni-form/
+
* http://sprawsm.com/uni-form/ - Another form framework that's easy to use and offers numerous styling options. Example page http://sprawsm.com/uni-form/styles/
* http://twitter.github.com/bootstrap/ This is a large framework built by Twitter. Be warned that it's "for nerds, by nerds".
* http://twitter.github.com/bootstrap/ This is a large framework built by Twitter. Be warned that it's "for nerds, by nerds".
Line 15: Line 15:
Validation:
Validation:
-
* http://docs.jquery.com/Plugins/Validation
+
* http://docs.jquery.com/Plugins/Validation - A well written and versatile client side validation library (depends on [http://jquery.com jQuery]).
Buttons:
Buttons:

Revision as of 16:54, 2 March 2012

The graphic below illustrates some of the principles to keep in mind when creating customer facing forms on your site. If you are using eCMS you can use CSS to style any of your forms.

Frameworks:

  • http://formalize.me/ - Small CSS and JavaScript library that aims to normalize forms across all browsers. Uses JavaScript to add support for older browsers that do not support HTML5.

Validation:

Buttons:


Image:Form-Design-Crib-Sheet-NewHaven.png

Personal tools