I'm using Godaddy's gdform.php form mailer for my forms. The forms work perfectly except the validation. I need the visitors to fill in the fields and then submit the information to my email, but the problem is that everyone can submitt even if he doesn't fill in the form. I want all of the fileds to be required. Is there something wrong with the code ? Here it is :
There is no validation running (i.e. javascript) - as far as I know GoDaddy doesnt have form support for valiadtion (I could be wrong) from the code you posted. Here is a helpful source http://www.w3schools.com/js/js_form_validation.asp