Main > Free Download Search >

Free form validation script software for windows

form validation script

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4181
PHP Form Validation Script 1.0

PHP Form Validation Script 1.0


A simple, generic form validation script for use in your PHP form processors more>> It is quite essential to have input validations in the server side form processing script. Having the right set of validations prevent bad data entering your database. Form validations can, to some extend, prevent hacking attacks too. The PHP form validation script contains a set of commonly required form validations. Using this script, it is quick and easy to add form validations to your PHP form processor. Save yourself from repetitive coding of common form validations. Documentation and code samples are included in the download.It is very essential to have the input to your form validated before taking the form submission data for further processing. When there are many fields in the form, the PHP validation script becomes too complex. Moreover, since you are doing the same or similar validation for most of the forms that you make, just too much of duplicate effort is spent on form validations.
About this generic PHP form validation script
The generic PHP form validator makes it very easy to add validations to your form.
We create and associate a set of "validation descriptors" with each element in the form. The "validation descriptor" is a string specifying the type of validation to be performed. For example, "req" means required, "alpha" means allow only alphabetic characters and so on.
Each field in the form can have 0, 1, or more validations. For example, the input should not be empty, should be less than 25 chars, should be alpha-numeric, etc
<<less
Download (49KB)
Added: 2008-08-28 License: Freeware Price: Free
541 downloads
Form Validation Wizard 1.0

Form Validation Wizard 1.0


Save yourself from coding long validations for your web page forms. Here is a simple, powerful client side javascript form validation code. Using this code, you can do the common form validations in a more>>
Client side java script is the efficient way to validate the user input in web forms. It gives the response immediately and reduces the server load. But, when there are many forms in the project and when the forms are long, writing the form validations becomes a daunting, repetitive task.Save yourself from coding long validations for your forms. Here is a simple, powerful form validation code. Using this code, you can do the common form validations in a snap! The code is general, simple, extensible and FREE!
<<less
Download (009K)
Added: 2001-11-29 License: Freeware Price: $0.00
2960 downloads
Form Spam Blocking Script 1

Form Spam Blocking Script 1


Block form submissions that include words identified as spam words. more>> The Form Spam Blocking Script will block form submissions that include user defined blocked words, effectively stopping all form spam including automated scripts and user submitted. It is designed to run with any Form1 based form processing code including Form1 Builder Software, Form1 Builder Goldmine and Form1 Builder MYSQL. It may also run with other php based form processing scripts. Simply set blocked words by inputing words in the script.<<less
Download (10KB)
Added: 2007-02-21 License: Freeware Price: $0.00
998 downloads
AEM Validation 1.0

AEM Validation 1.0


A command line utility that will allow you to perform end-to-end validation of Agent-less Exception Monitoring to verify that AEM is properly configured and operational more>> A command line utility that will allow you to perform end-to-end validation of Agent-less Exception Monitoring to verify that AEM is properly configured and operational

The AEM Validation was designed to be a command line utility that will allow you to perform end-to-end validation of Agent-less Exception Monitoring to verify that AEM is properly configured and operational.

Main features:
- Generates a test exception.
- Allows end-to-end validation of AEM functionality

System requirements:
- SC Operations Manager 2007

<<less
Download (46KB)
Added: 2008-09-30 License: Freeware Price: FREE
388 downloads
JS Auto Form Validator 1.0.5

JS Auto Form Validator 1.0.5


This is a very easy-to-setup form validation script. The main idea is: you heed to write NOTHING of JavaScript code to handle whole form validation process. more>>

The JS Auto Form Validator is an easy-to-setup form validation script which enables you to handle the whole form validation process without writing any JavaScript code. This script allows you to specify certain form elements as "required" or "non-required" and also what specific type they have: text, password, numeric, zip code etc.

The script automatically checks all required elements in order to make sure that they are NOT only empty before allowing the form submission, but also that the surfer entered a valid type value.

The JS AFV is an excellent tool for web developers who:

  • Write form validations
  • Want to save a lot of time up front
  • Look for a very powerful tool for the creation of forms
<<less
Download (38.09KB)
Added: -0001-11-30 License: Freeware Price: 0USD
13 downloads
JavaScript Form Validator 3.1.2

JavaScript Form Validator 3.1.2


Save yourself from repetitive coding of form validations for your web forms. Here is a simple, easy to use client side JavaScript form validation script. Using this code, you can quickly add form validations to your form. more>>

JavaScript Form Validator 3.1.2 offers an efficient way to validate the user input in web forms. When there are many fields in the form, the JavaScript validation becomes too complex.

JavaScript is commonly used for client side form validations. It gives the response immediately. But, when there are many forms in the project and when the forms are long, writing the form validations becomes a daunting, repetitive task. Save yourself from repetitively coding JavaScript form validations.

The JavaScript Form validator script has almost all commonly required form validations built-in. Using this script, adding form validations to your form is quick and easy. The code is general, simple, extensible and free!

Major Features:

  1. Quick and easy
  2. Showing all the form validation errors together in a message box
    • For some forms, you may wish to show all the errors together. You can do that just by adding a function call, if you are using the JavaScript form validation script.
    • If you want to show all the error messages together in the message box, then just call the EnableMsgsTogether() function in the validator object.
  3. Showing the form validation errors on the page itself: You can display the validation errors on the page itself. For this,there are two steps that you need to do.
    • Create a place on the page for displaying the errors: create a DIV on the page for the errors the DIV should be named as {formname}_errorloc where {formname} is the name of your form.
    • Enable on-page error display: Call the EnableOnPageErrorDisplaySingleBox() function to enable on page error display.

Requirements: None

WareSeeker Editor
<<less
Download (80.66KB)
Added: 2009-05-21 License: Freeware Price: $0
12 downloads
 
Other version of JavaScript Form Validator
JavaScript Form Validator 3.1.0Here is a simple, powerful client side JavaScript form validation script. You can just choose from a number of pre-built form validation routines. Using this code, you can do the common form validatio
Price: $0
License:Freeware
Download (80.66KB)
414 downloads
Added: 2008-10-05
Human Intelligence Identification Script 1

Human Intelligence Identification Script 1


Designed to prevent web forms being submitted by automated robot scripts. more>> The Human Intelligence Identification Script is designed to prevent web forms being submitted by automated robot scripts. Automated robot scripts are used maliciously to send Form Spam and Hijack Web Forms. The Human Intelligence Identification Script only allows form processing if a correct answer to a set question is provided when the form is submitted. Hii Script is a php script requiring your server to support the php scripting language.<<less
Download (10KB)
Added: 2007-02-21 License: Freeware Price: $0.00
984 downloads
Email-Validation 120.184a

Email-Validation 120.184a


Example of how Javascrpt and PHP can work together to provide simple and extensible email form validation. Use this as a starting point for more complex server-side validation without screen refresh. more>>
Example of how Javascrpt and PHP can work together to provide simple and extensible email form validation. Use this as a starting point for more complex server-side validation without screen refresh.

System Requirements: none

<<less
Download (0.99KB)
Added: 2009-11-14 License: Freeware Price: $0
downloads
 
Other version of Email-Validation
Email-Validation 120.183aform validation. Use this as a starting point for more complex server-side validation without ... form validation. Use this as a starting point for more complex server-side validation without
Price: $0
License:Freeware
Download (0.99KB)
downloads
Added: 2009-11-07
Price: $0
License:Freeware
Download (0.99KB)
downloads
Added: 2009-10-31
Price: $0
License:Freeware
Download (0.99KB)
downloads
Added: 2009-10-25
Email-Validation 120.160aform validation. Use this as a starting point for more complex server-side validation without ... how Javascrpt and PHP can work together to provide simple and extensible email form validation
Price: $0
License:Freeware
Download (0.99KB)
14 downloads
Added: 2009-05-31
Email-Validation 120.158aform validation. Use this as a starting point for more complex server-side validation without ... and PHP can work together to provide simple and extensible email form validation. Use this as a
Price: $0
License:Freeware
Download (0.99KB)
13 downloads
Added: 2009-05-16
Email-Validation 120.152aform validation. Use this as a starting point for more complex server-side validation without ... together" to provide simple and extensible email form validation. Use this as a starting point
Price: $0
License:Freeware
Download (0.99KB)
200 downloads
Added: 2009-04-05
Email-Validation 120.147aform validation. Use this as a starting point for more complex server-side validation without ... Major Features: Provide simple and extensible email form validation. Requirements
Price: $0
License:Freeware
Download (0.99KB)
227 downloads
Added: 2009-03-02
Email-Validation 120.138aform validation. Use this as a starting point for more complex server-side validation without ... Example of how Javascrpt and PHP can work together to provide simple and extensible email form
Price: $0
License:Freeware
Download (0.99KB)
209 downloads
Added: 2008-12-28
Price: $0
License:Freeware
Download (0.99KB)
421 downloads
Added: 2008-09-07
Email-Validation 120.168a

Email-Validation 120.168a


Example of how Javascrpt and PHP can work together to provide simple and extensible email form validation. Use this as a starting point for more complex server-side validation without screen refresh. more>>
Example of how Javascrpt and PHP can work together to provide simple and extensible email form validation. Use this as a starting point for more complex server-side validation without screen refresh.

System Requirements: none

<<less
Download (0.99KB)
Added: 2009-07-26 License: Freeware Price: $0
downloads
XML for Script 2.1

XML for Script 2.1


XML for Script is considered to be a handy and useful non-validating JavaScript XML parser which is designed to help Web application designers implement cross platform, client-side manipulation of XML data. more>> <<less
Download (450.2KB)
Added: 2003-08-07 License: Freeware Price:
downloads
ALS Script 1.03

ALS Script 1.03


An original TTF character with a splendid appearance more>> An original TTF character with a splendid appearance

ALS Script is a beautiful handwriting truetype font that will give a special look to your digital papers.

<<less
Download (25KB)
Added: 2008-10-06 License: Freeware Price: FREE
413 downloads
Web Form Processor and Validator 2.0

Web Form Processor and Validator 2.0


Allows you to easily make the forms on your website work. There is absolutely no need for programming, installing CGI scripts, or editing HTML code. Powerful processing will email form results, send a more>>
Allows you to easily make the forms on your
website work. There is absolutely no need for
programming, installing CGI scripts, or editing HTML
code. You can easily update any HTML page to include
powerful form processing that can automatically email
you the results of each form submission, send a custom
"thank you" message (or autoresponder) to the person
who filled out your form, collect the form data on the
server for later download (so you can import it into a
database or spreadsheet), automatically sign the
visitor up for a mailing list, and much more.
FormBreeze can even automatically send a second
"follow up" message to the visitor several days after
they fill out your form. FormBreeze also lets you
visually set up powerful field validation for your
forms so that you can insure your visitors enter
information in the right format before they submit
your form. With FormBreeze your forms are secure from
spammers and hackers and your email address cannot be
harvested from your forms.
Works with any form created in any HTML editor and
also works with any webserver platform (Unix, Windows,
Linux, etc.). Getting a form to work typically takes
only about 5 minutes.
<<less
Download (1500K)
Added: 2006-07-06 License: Freeware Price: $0.00
756 downloads
Generic Logon Script 1.4.20

Generic Logon Script 1.4.20


Generic Logon Script is a free and useful software which will come in handy more>>
Generic Logon Script is a free and useful software which will come in handy.
<<less
Download (32.0KB)
Added: 2006-08-11 License: Freeware Price:
1208 downloads
Form size 1.0

Form size 1.0


Form size is a simple application that lets you determine and set the perfect size for your forms more>>
Form size is a simple application that lets you determine and set the perfect size for your forms.
It does not need any installation.
<<less
Download (124KB)
Added: 2007-01-13 License: Freeware Price:
1027 downloads
Any Form Mailer 1.0

Any Form Mailer 1.0


Collects data from a WWW-Form & sends it to an email address, more>>
Any Form Mailer is a perl CGI script, that collects data from a WWW-Form and sends it to a specified e-mail address. It can either use a sendmail type program or directly contact a SMTP host via sockets to send messages. It can be used on any platform.
<<less
Download (11k)
Added: 1999-03-31 License: Freeware Price: $0.00
3866 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5