Skip to content

Instantly share code, notes, and snippets.

@ckschmieder
Created May 8, 2017 04:31
Show Gist options
  • Save ckschmieder/ed539e9bcd8ca048fbc8d04fb77be0e9 to your computer and use it in GitHub Desktop.
Save ckschmieder/ed539e9bcd8ca048fbc8d04fb77be0e9 to your computer and use it in GitHub Desktop.
$(function() {
$("#UserContentSubmissionForm_submitButton").click(function(event) {
if (!$("#UserContentSubmissionForm_Field_47").is(":checked")) {
event.stopImmediatePropagation();
alert('You must agree to the Terms and Conditions!');
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment