html form validation

Please re-check the form, i have put some basic javascript validation in that means you have to fill in every field, it also then redirects you to a .html page, then back to the contact page - clearing the form.

Edit: also put onclick, remove the writing in the description box and added * s to fileds.
 
Last edited:
change it to onfocus as soe users use tab to switch input field, emaing the onclick evet wont have been called and the text will remain.

Thank you, i have now incorporated this.

What server validation do have, as I could easily turn off JavaScript....

Erm, not sure? When the form is submitted; it goes through a .php file which then sends it to my email.
 
Back
Top Bottom