You are here

function fc_progress_content_type_options_submit in Field Complete 7

File

fc_progress/plugins/content_types/fc_progress.inc, line 108
Plugin to handle field completeness.

Code

function fc_progress_content_type_options_submit($form, &$form_state) {
  $form_state['conf']['show_next'] = $form_state['values']['show_next'];
}