You are here

function checkbox_validate_form_alter in Checkbox Validate 6

Same name and namespace in other branches
  1. 5 checkbox_validate.module \checkbox_validate_form_alter()

File

./checkbox_validate.module, line 3

Code

function checkbox_validate_form_alter(&$form, $form_state, $form_id) {
  $form = checkbox_validate_recurse($form);
  return;
}