validate_cfs_comment_cancel.inc in Node and Comments Form Settings 6.3
File
commentformsettings/includes/validate_cfs_comment_cancel.inc
View source
<?php
function _validate_cfs_comment_cancel($form, &$form_state) {
if ($form_state['values']['cfs_comment_cancel'] == 0 && $form_state['values']['comment_form_location']) {
form_set_error('cfs_comment_cancel', t("You can't Enable the Comment Cancel Button while you display the comment submission form below post or comments. Please change one or the other."));
}
}