Posts Tagged ‘Form’

When we are going to design a form for our website, the problem comes when we feel unable to design the checkbox of the form. Our CSS trick doesn’t works on it.

But now we have a very well designed checkbox that we can use in our website, even we can change the design as per our need as well. Good part of this is, this is done with jQuery and we can modify it very easily…

Here is the link for Demo, download and tutorial of this.

Demo | Download | View Tutorial

Resource : Tutorialzine

Better Check Boxes with jQuery and CSS

We always get a problem to design a form like contact, feedback and many other. The second problem comes when we are going to validate the form by javascript.

Here I found a very smart solution of all these problem related to form. This form is having very nice design, ajax validated for name, phone, email and all other required fileds with very beautiful way of showing error messages, and best part of it – this is created with jQuery.

You can modify the messages showing for the fields, you can decide the fields to be required, you can add fields and many more options with more flexibility.

Demo | Download | View Tutorial

Resource : Mobily Playground

Ajax Contact Form with jQuery