jQuery Registration form (demo)

The form below will validate your entries using Ajax post requests. Using the blur event a test for each field is requested from the check.php script. If the test fails, jQuery will slide down the error message for each single form field. You will find the tutorial for this jQuery registration form right here. Using this demo, submitted data is only tested and not stored in a database.

Note, this demo will check for existing user names (martynj, admin, bob, dave, fred), for none matching passwords and for a valid e-mail address.

registration

That Username is unavailable



Passwords do not match


Email is not valid