in the form tag make an attribute called
onsubmit="if(!this.form.agree.checked){alert('You must agree to the Copyright Declaration.');return false}"
2
solved Prevent JS from moving to another page
in the form tag make an attribute called
onsubmit="if(!this.form.agree.checked){alert('You must agree to the Copyright Declaration.');return false}"
2
solved Prevent JS from moving to another page