Exemplo n.º 1
0
 /**
  * after_validate hook
  * @param  cs_form $form form object
  */
 public function after_validate(cs_form $form)
 {
     $_SESSION[$form->get_id()]['steps'][$form->get_current_step()][$this->get_name()] = $this->values();
     $_SESSION[$form->get_id()]['steps'][$form->get_current_step()][$this->get_name()]['already_validated'] = $this->is_already_validated();
 }