function Validate(x) { if (document.all.Your_Name.value == null || document.all.Your_Name.value == "") { alert("Your name is required"); return false; } if (document.all.Email_Address.value == null || document.all.Email_Address.value == "") { alert("An email address is required"); return false; } return true; }
If you are having problems filling out this form, go to the text version of the questionnaire. Copy/paste the questions into an email, fill them out, and email it to me at malinois@dantero.com. Thank you