How to enable the submit button in my HTML form and disable if checkbox was unchecked?
What is wrong with this code?
EnableSubmit = function(val) {
You need to include the parameters: onClick="EnableSubmit()"
onClick="EnableSubmit()"
I agree to Terms of Service agreement.