public function getInput($includeFiles = false)
 {
     $input = parent::getInput($includeFiles);
     $input['hidden'] = $this->convertToTruthyValue($input, 'hidden');
     return $input;
 }
 protected function getRedirectUrl()
 {
     $url = parent::getRedirectUrl();
     return $url . '#tab_' . $this->input('customerType');
 }