function token_example_example_form_submit
Submit callback; store the submitted values into storage.
Related topics
File
-
token_example/
token_example.module, line 138
Code
function token_example_example_form_submit($form, &$form_state) {
$form_state['storage'] = $form_state['values'];
$form_state['rebuild'] = TRUE;
}