For the past few years I've focused on back-end development so my javascript & css skills are lacking. I'm volunteering as a webmaster for a site and would like to spruce up the form validation (currently there is none).
My problem:
Basically I have one form with a few name fields, an email address and a phone number. When the form is submitted I validate all fields. If data is invalid I would like to change that field's label color to red (similar to struts validation). What's the easiest way to do this?
Düzenleme: Ben arka uç PHP doğrulama da var. Ben ön uç daha güzel ve kullanıcı dostu daha yapmak için arıyorum. PHP doğrulama farklı bir sunucu üzerinde yer almaktadır. Doğrulama arka-uç başarısız olursa, bir ileti görüntüler ve kullanıcı geri düğmesini kullanmak zorunda kalır. Ben geri orijinal sayfaya yeniden yönlendirmek ve geçersiz alanlarını görüntülemek için umuyorum.