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 text and hits the submit button, if the text contains any word that is present in the array swear_words_arr, the form will not be submitted. The script can be used for validation of swear words etc.
Most scripts are free or open source. But some have the full source code available for download yet itīs required to have permission to use them and most often the price will be listed. If there is a script license e.g. GNU or GPL then it will also be listed. |
Form field Limiter
This script limits the amount of text a user can enter into...
Date Format Validator
This script validates the date that the user inputs for the following...
Date Validation and Format Correction Javascript
If you want to verify a date in a textbox just call the checkdate -...
qForms JavaScript API
qForms is a complete JavaScript API for interfacing forms. It will...
JSpell JavaScript Spell Checker
JSpell Spell Checker - Now available, a pure JavaScript front-end for...
dateBox Javascript Object
dateBox is developed to easily work with date HTML form fields and...
Check All / Clear All links for dynamic check-boxes
In forms when using check boxes for a list of records that is...
Submit a form only once
This script demonstrates how to prevent your users from submitting... |
