form validation
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1299
Form validation
You have a form on your website and you want to make sure that your users use the form correctly. So I thought about the best way of doing this, and immediatly dismissed the idea of JavaScript because JavaScript can easily be disabled. So I knew that PHP more>> You have a form on your website and you want to make sure that your users use the form correctly. So I thought about the best way of doing this, and immediatly dismissed the idea of JavaScript because JavaScript can easily be disabled. So I knew that PHP was the answer. Here is my solution.<<less
Added: 2008-09-19 License: Other Price: $0.00USD
17 downloads
Powerful form validation
Many of us have faced situations when we fill invalid information in one field of a form, and when we submit, the forms apears again with that field in red color. This tutorial shows you how simple it more>> Many of us have faced situations when we fill invalid information in one field of a form, and when we submit, the forms apears again with that field in red color. This tutorial shows you how simple it is to add such facilities to your forms.<<less
Added: 2005-02-01 License: Not Specified Price: Free
1740 downloads
Ultimate form validation
The script: * real time verifies that a string is numeric, otherwise it deletes the non-numeric character. * watches the status of the CapsLock * verifies a string is empty, numeric, date, alphabetical, email. * verifies the matching of two more>> The script: * real time verifies that a string is numeric, otherwise it deletes the non-numeric character. * watches the status of the CapsLock * verifies a string is empty, numeric, date, alphabetical, email. * verifies the matching of two passwords. * verifies the right format of a phone number. * verifies the minimum or the maximum numbers of the characters in an input. * has language independent error messages. * displays error messages in a div or in an alert box.<<less
Added: 2006-10-25 License: Freeware Price: $0.00USD
12 downloads
Degradable Ajax Form Validation
Thanks to Ajax, we can provide real-time feedback to the user using server-side validation scripts and eliminate the need for redundant validation functions without giving up a solution that degrades more>> Thanks to Ajax, we can provide real-time feedback to the user using server-side validation scripts and eliminate the need for redundant validation functions without giving up a solution that degrades gracefully when JavaScript is disabled.<<less
Added: 2006-11-10 License: Freeware Price: Free
664 downloads
Checkbox Form Validation Control 1.0
A very simple and powerfull Checkbox Form Validation javascript !!!! Frequently used script in forms for various situation. (when you need a manual "agree" from the user before submiting a form etc...) more>> A very simple and powerfull Checkbox Form Validation javascript !!!! Frequently used script in forms for various situation. (when you need a manual "agree" from the user before submiting a form etc...)<<less
Added: 2007-07-13 License: Other Price: $0.00USD
10 downloads
Easy form validation using JavaScript 1.0
Simply add a few extra attributes to any form element and you have form validation! Generic for all HTML forms. No major javascript required in HTML form code. I.E., Firefox, Netscape Compatible. Uses Coldfusion tag style validation. more>> Simply add a few extra attributes to any form element and you have form validation! Generic for all HTML forms. No major javascript required in HTML form code. I.E., Firefox, Netscape Compatible. Uses Coldfusion tag style validation.<<less
Added: 2006-03-02 License: GPL Price: $0.00USD
18 downloads
Expandable Form Validation Class : Part 2 1.0
In Part 1 of this tutorial series, we created the core of our Class. In Part 2 here, we learn how to expand on our Class to allow form fields to be validated as well as returning and generating the many error messages when validating. more>> In Part 1 of this tutorial series, we created the core of our Class. In Part 2 here, we learn how to expand on our Class to allow form fields to be validated as well as returning and generating the many error messages when validating.<<less
Added: 2006-05-22 License: Other Price: $0.00USD
12 downloads
Other version of Expandable Form Validation Class : Part
License:Other Free / Open Source License
Price: $0.00USD
License:Other
License:Other
License:Other Free / Open Source License
inspectForm: Unobtrusive Form Validation 1
This script, inspectForm, required Prototype library version 1.6 and above. Some of the features are: * unobtrusive * client checking * server checking with ajax * easy to use * easy to hack, adjust, extend, modif more>> This script, inspectForm, required Prototype library version 1.6 and above. Some of the features are: * unobtrusive * client checking * server checking with ajax * easy to use * easy to hack, adjust, extend, modif<<less
Added: 2009-04-12 License: Freeware Price: $0.00USD
10 downloads
InsanityVille's Simple Form Validation 0.1
A simple way of validating a registration form via AJAX and PHP. It uses jQuery for AJAX calls and visual effects and a PHP/MySQL back-end to check for duplicates. This little demonstration is made to illustrate the simple, elegant and unobtrusive more>> A simple way of validating a registration form via AJAX and PHP. It uses jQuery for AJAX calls and visual effects and a PHP/MySQL back-end to check for duplicates. This little demonstration is made to illustrate the simple, elegant and unobtrusive way to make verifications on text fields without leaving the page.<<less
Added: 2008-05-15 License: Free Non-Commercial Price: $0.00USD
21 downloads
The form validation tutorial with php and java 1.2
Form validation the process that occurs after the user clicks the submit button and before the form data processed by a PHP, JAVA or CGI program. In this tutorial, youll learn how to intercept the submission and pass the form data through one validation more>> <<less
Added: 2003-03-03 License: Other Price: $0.00USD
10 downloads
Other version of The form validation tutorial with php and java
Price: FreeAdditionalInfoPOSX2
License:BSD Style
License:BSD Style
jsVal: JavaScript Form validation framework V.1.3.4
jsVal is a JavaScript program used for validating HTML Forms on the client side. This allows HTML forms to be validated in the browser without having to send a request to a sever (PHP, ASP, Perl...). jsVals saves you from having to write complicated more>> jsVal is a JavaScript program used for validating HTML Forms on the client side. This allows HTML forms to be validated in the browser without having to send a request to a sever (PHP, ASP, Perl...). jsVals saves you from having to write complicated validations on server side as well as helping you avoid having to rebuild and repopulate the form when validation fails. The advantage versus other client side HTML form validators is the ease of use and flexibility youll gain. jsVal fits the needs for most HTML Forms, and can be also easily be integrated with existing HTML Forms.<<less
Added: 2004-07-06 License: GPL Price: $0.00USD
12 downloads
Contact Form With Ajax Post and form validation 1.00
This script can be plugged into virtually any website. You must have php support on your web hosting account to ensure this script works. The script uses mootools for the form validation and posting of the form data ensuring the user nevel leaves the more>> This script can be plugged into virtually any website. You must have php support on your web hosting account to ensure this script works. The script uses mootools for the form validation and posting of the form data ensuring the user nevel leaves the page the are on. More fields can be added to form if required<<less
Added: 2007-09-04 License: GPL Price: 4.99GBP
15 downloads
PHP Form Validation - with PHP4+ and register_global = off
The validation of data that has been entered in a form is necessary in most cases. Why is important? For example, what good is holding a contest or sweepstakes if you cant notify the winner, because h more>> The validation of data that has been entered in a form is necessary in most cases. Why is important? For example, what good is holding a contest or sweepstakes if you cant notify the winner, because he or she entered an invalid telephone number or an incorrect address. What good is having a mailing list if the e-mail addresses on it arent verified, and your mailing list just bounces back to you without reaching the subscribers and target audience.
Validating form entries saves you time and more importantly, it can save you money. And since somebody embossed the slogan "Time is money!", this should be very important for your web site!
Well when should we validate? There are two types of validation; client side and server side.<<less
Added: 2007-01-05 License: Freeware Price: Free
616 downloads
Form and Spelling Validation
Most dynamic web sites rely heavily on forms. From user authentication to entry of news items, we use forms to accept user input. There are many different ways we can validate data from the user. In t more>> Most dynamic web sites rely heavily on forms. From user authentication to entry of news items, we use forms to accept user input. There are many different ways we can validate data from the user. In this tutorial, we will examine several of the more common items that need validation and provide examples for each. We will also explore how to check documents for misspelled words and suggest proper replacements.<<less
Added: 2003-07-20 License: Other Free / Open Source License Price: Free
2299 downloads
Tigra Form Validator 1.2
Tigra Form Validator is free JavaScript component performing client side form validation. With its rich feature set the script can be used with HTML forms of virtually any complexity. This component is a simple way to improve visitors experience, more>> Tigra Form Validator is free JavaScript component performing client side form validation. With its rich feature set the script can be used with HTML forms of virtually any complexity. This component is a simple way to improve visitors experience, robustness and resource efficiency of your web application.<<less
Added: 2005-02-17 License: Freeware Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above form validation search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed