|
Date Format Validator
|
Other links at JavaScript > Scripts and Programs > Forms |
| 1. |
autoMask
|
|
|
This script is an adaptation of Matthew Paynes anyMask. autoMask improves on anyMask. anyMask forces the entry of fields in a form. autoMask adds in the auto typing of formatting characters like - and /
|
| 2. |
Drop-In Form Validation
|
|
|
Using a combination of CSS and Javascript this script will demonstrate how to drop in code to check all the required fields on a HTML form without having to specify each and every field. Incredibly Simple and easy to integrate with your site.
|
| 3. |
North America Chooser
|
|
|
This is the North American version of Kens Country Chooser It displays two select boxes, one for the country (Canada and United States), and one for the state/provinces. Simple to install, just copy and paste the JavaScript into the section of your Web page, and insert the twostatements into your form.
|
| 4. |
wForms: A Javascript Extension to Web Forms
|
|
|
wForms is a javascript extension that adds commonly needed behaviors to traditional web forms. It follows the principle of progressive enhancement : unobtrusive, cross-browser and degradable. I should also point out that not a single line of code is required to actually use it. That makes the learning curve almost non-existant. If you can add a class to a tag, then you can use wForms. Implemented behaviors are: * Switch: Allows you to show/hide relevant parts of a form based on the user inputs. * Repeat: Allows parts of a form to be repeated if the user wants to provide more answers. * Field Hint: Displays contextual help based on the current input focus. * Input Validation: Validates common input types (email, numbers, ..) and displays appropriate error messages.
|
| 5. |
CSS Font Picker
|
|
|
The Font Picker form control provides your users with the capability to select CSS font settings with ease and confidence, using an interface everybody is familiar with - if you have used a word processor before, you will be able to use the Font Picker control. The Font Picker control turns your browser into a tool for setting font parameters with ease. Now available as both a JavaScript object and a Dreamweaver Extension!
|
|
|