Submit your widget
309
Yays

jQuery AJAX Validation Contact Form with Modal + Slide-in Transition

Views 48376   downloads 10347   Form

Due to popular demand, here is a tutorial on how I created one of the more complicated pieces of machinery on my new site: the contact form. A lot of different techniques went into this, and I have a…

130
Yays

JQuery Fancy AJAX Contact Form

Views 29346   downloads 5615   Form

Introduction Providing a simple and reliable means of feedback from site visitors is a crucial part of any web presence. The most simple and common feedback channel are contact forms. In this tutorial…

113
Yays

jQuery Advanced Form Validation

Views 25528   downloads 5029   Form

Form Validator with several features such as grouping required fields or conditional checking if it is valid or not. Also you can validate string, numeric, date or e-mail. And you can combine several…

104
Yays
97
Yays

MotionCAPTCHA ----cool jQuery CAPTCHA plugin

Views 22636   downloads 4809   Form

MotionCAPTCHA is a jQuery CAPTCHA plugin, based on the HTML5 Canvas Harmony procedural drawing tool by Mr Doob and the $1 Unistroke Gesture Regonizer algorithm (and the more recent Protractor…

86
Yays

jQuery HTML Form Validation Solution

Views 7095   downloads 2025   Form

First we’ll start with the HTML and CSS. The script will add a class called “needsfilled” to any fields that don’t pass the validation, so you’ll want to specify how you’d…

52
Yays

Animate jQuery validation feedback form

Views 13711   downloads 3376   Form

The trick is very simple: after user presses signup button, validation occurs and all fields that are invalid get shaken a little bit. They have very simple web form as example below shows. I won't…