I've added this code to validate a checkbox, however i'm getting a javascript error "Object expected"
Can you help?
Can you help?
if(!document.form._1105media[].checked) { alert("REQUIRED: Please check the email address 1105media."«»); return false; }