JavaScript: Forms - page 5
JavaScript: Verify/notify For Duplicate Fields
Many forms will require the user to enter an email address twice (to check for typographical errors). This script immediately notifies the user when the two fields match - it's a nice, user-friendly touch, and safe for all browsers.
Price: Free (GPL)
JavaScript: Word Filter
Word Filter is a type of form validator. When the user submits some text, the validator will check the text for words that has to be filtered. The words that have to be filtered must be added to the array swear_words_arr. When the user types the...
Price: 0
