JSValidate is a form validator that utilizes aspects of prototype and scriptaculous to bring you a simple to execute, non-intrusive javascript form validator. With minimal setup, your forms can be processing clean data in no time at all.

jsvalidate-javascript-form-validation

Just you have to attach a class to any of your form elements, which you want to validate. Here’s a list of the default classes you can use.

jsrequired – Field must have some sort of value.
jsvalidate_number – Any integer; accepts decimal and negative
jsvalidate_digits – Only Numbers
jsvalidate_alpha – Only letters
jsvalidate_alphanum – Only letters, numbers, and underscores.
jsvalidate_email – Any valid email address.
jsvalidate_uscanzip – US or Canada Zip code; Accepts optional US zip + 4
jsvalidate_usstate – Any 2 letter uppercase state of the United States.
jsvalidate_usphone – US Phone Number, accepts most common formats.
jsvalidate_creditcard – Validates VISA, MasterCard, American Express;
jsvalidate_ssn – Social Security Number in the format: XXXXXXXXX, XXX XX XXXX, or XXX-XX-XXXXX
select-notfirst – This class can be applied to select boxes (drop-downs). It prohibits the user from selecting the first option from the list.

You can define in which tag or class the errors should be displayed.

Supports cross browser compatibility.

For working demo click here

Post to Twitter Post to Yahoo Buzz Post to Delicious Post to Digg Post to Reddit Post to StumbleUpon

Share or Bookmark This Post With :

A simple newsletter sign-up form using PHP, Ajax and the Prototype JavaScript framework.

When visitor enters his name and email and clicks on “Sign up” a check is being done if the email exists already and if not it is added.
This is happening without refreshing the current page (Ajax).
All code is well commented, written as simply as possible so users can easily adapt it.
For installation/configuration/licensing refer to the readMe.txt inside the package.
Works with all modern browsers.

Simple html form

<div id="message" style="display:none;color:red;"></div>
<div id="okmessage" style="display:none;align:center;color:green;">Thank you</div>
<table border="0" cellpadding="5" cellspacing="0">

<tr>
<td><font size=2 face=Arial>Name:</font></td>
<td><input type="text" name="name" id="name" value=""></td>
</tr>
<tr>
<td><font size=2 face=Arial>Email:</font></td>
<td><input type="text" id="email" name="email" value=""></td>
</tr>

<tr>
<td colspan=2> </td>
</tr>
<tr>
<td colspan="2" align=right>
<input onclick="signup();" type="submit" id="submit" value="Sign up">
<div id="loading" style="display:none;align:center;"><img src="wait.gif"></div>
</td>
</tr>
</table>

Read more

Post to Twitter Post to Yahoo Buzz Post to Delicious Post to Digg Post to Reddit Post to StumbleUpon

Share or Bookmark This Post With :

   
Subscribe to RSS Feeds Follow me on Twitter Add to Favourite
 
Sponsors
 
Tags
 
Network [+]
 
© Copyright 2009 - 2011 TechiePark.com. All Rights Reserved | Powered by WordPress
This work is licensed under a Creative Commons Attribution 3.0 Unported License
Php5 powered    Mysql powered    Apache powered   Best viewed with  Spread Firefox Affiliate Button