Validate your forms empty fields by this simple code of jquery with css. you can customize error class according to your style.So use this Simple Jquery validation Tutorial
CSS CODE
#quoteForm label
{
display:block;
}
.error
{
border:solid 1px #ff0000!important;
}

No comments:
Post a Comment