You are here

function select_or_other_test_form_submit in Select (or other) 7.2

Same name and namespace in other branches
  1. 6.2 select_or_other.module \select_or_other_test_form_submit()
  2. 6 select_or_other.module \select_or_other_test_form_submit()

Submit function for test form.

File

./select_or_other.test_form.inc, line 80
The Select (or other) test form.

Code

function select_or_other_test_form_submit($form, &$form_state) {
  $form_state['storage'] = $form_state['values'];
}