custom/form_helper/form_helper_validation/form_helper_validation.demo.inc, line 138
form_helper_validation_demo_form_submit()Display all form elements are valid upon successful demo form submission
<?php
function form_helper_validation_demo_form_submit() {
drupal_set_message(t('All elements are valid.'));
}
?>