Index of /new

      Name                    Last modified       Size  Description


wForms v2.0 - March 20th 2006
An open-source unobtrusive javascript extension for web forms 
http://www.formassembly.com/wForms

This software is licensed under the CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/>


This archive contains the following files:

- wforms.js
- wforms.css
- wforms-jsonly.css
- README.txt

INSTRUCTIONS:

1/ Unzip this archive and upload the files to your website. To keep it simple, 
   we assume that you place the files in the same directory where your form is located.

2/ Add these 3 lines just before the </HEAD> tag in the HTML page that contains your form:

   <link type="text/css" href="wforms.css" rel="stylesheet" />
   <link type="text/css" href="wforms-jsonly.css" rel="alternate stylesheet" title="stylesheet activated by javascript" />
   <script type="text/javascript" src="wforms.js" ></script>

   Note: If you can't edit the <HEAD> part of your page template, you may alternatively place the code just above your form.

3/ If you'd like to use a different style for your form, you may replace wforms.css with a different stylesheet. 
   Visit http://www.formassembly.com/form-garden.php



For additional help, visit http://www.formassembly.com/forums/ and http://www.formassembly.com/wForms