Hi:
i have site contact form that validates required fields w/ .js And php.
if browser has javascript turned on, the req'd info error message will show next to the field boxes ..
if javascript is turned off, then
user will see the same thing but coming from php instead...
the submit goes to database and personal email.
email received shows complete field boxes info.. as expected..
the database will show incomplete submissions that the .js was sposed to stop..
example:: like name is filled but missing email and such..
how can this be so?...
must be something simple//
i didnt try to disable the .js validation to see what happens..
i would rather fix it and keep it
here is code if someone can look at it..
http://jsbin.com/ixupuk/1/edit
thanx