wForms: Easy JavaScript Form Controls
25
Apr
For the projects that you don’t already have form controls, wForms is an open source unobtrusive JavaScript form controls library that you’ll find very useful.
![]()
It includes input validation, tooltips, field synchronization controls and more.
How to use wForms?
It is pretty easy. After inserting the javaScript library to your pages you can control the field attributes with classes like:
<input type="text" ... class="required"/>
inserts the a required field control for this input.
Paging with navigation is also another nice control which makes multi-step forms easy to handle.
Requirements: No Requirements
Compatibility: All Major Browsers
Website: http://www.formassembly.com/wForms/
Compatibility: All Major Browsers
Website: http://www.formassembly.com/wForms/
- Tags:
Javascript
- Filed under: CC License, Forms, Goodies, LGPL License

















One Response for "wForms: Easy JavaScript Form Controls"
Wforms has weaknesses in the email validation. It insists that firstname+lastname@email.com is not valid. “+” is a valid in emails.