Search results for "validation"

Jquery Form Validation - Checking Fields

Posted: 8th Apr 2009

TECHY WARNING: Warning this post has 'techy-talk' be warned.

We thought we would share a cool way of checking form fields in Jquery. Just set the submitButton and the requiredFields variables and you are on your way. It is really useful for for validating a form before sending the data to the server (and you should always check before AND after sending the form don't forget!). This could be made in to an even neater, packed function if I had time, maybe later.

Have a play...

Read more



CodeIgniter - Custom errors using the Form Validation class

Posted: 4th Mar 2009

TECHY WARNING - This post has techy-talk, be warned

Recently I've been using the new Form Validation Class on CodeIgniter and though overall it is much better than the previous validation class I found a gripe with it recently when trying to add custom error messages using the "validation_errors()" helper.

Read more