You are here

function select_or_other_test_form_submit in Select (or other) 6

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

File

./select_or_other.module, line 286
The Select (or other) module.

Code

function select_or_other_test_form_submit($form, &$form_state) {

  // drupal_set_message("form_state<pre>".print_r($form_state,true));
  $form_state['storage'] = $form_state['values'];
}