Cargando...
Notice (8): Undefined index: type [COREcake/libs/view/helpers/form.php, line 535]
$fieldName = "name" $options = array( "before" => null, "between" => null, "after" => null, "label" => "Tu nombre", "type" => "text" ) $view = View View::$base = "" View::$here = "/contacto" View::$plugin = NULL View::$name = "Forms" View::$action = "contact" View::$params = array View::$passedArgs = array View::$data = NULL View::$helpers = array View::$viewPath = "forms" View::$viewVars = array View::$layout = "default" View::$layoutPath = NULL View::$pageTitle = "Contacto" View::$autoRender = true View::$autoLayout = true View::$ext = ".ctp" View::$subDir = NULL View::$themeWeb = NULL View::$cacheAction = false View::$validationErrors = array View::$hasRendered = false View::$loaded = array View::$modelScope = true View::$model = "Contact" View::$association = NULL View::$field = "name" View::$fieldSuffix = NULL View::$modelId = NULL View::$uuids = array View::$__passedVars = array View::$__scripts = array View::$__paths = array View::$_log = NULL View::$webroot = "/"
$options['type'] = 'password'; } elseif (isset($this->fieldset['fields'][$this->field()])) { $type = $this->fieldset['fields'][$this->field()]['type'];
$options['type'] = 'password';
} elseif (isset($this->fieldset['fields'][$this->field()])) {
$type = $this->fieldset['fields'][$this->field()]['type'];
FormHelper::input() - COREcake/libs/view/helpers/form.php, line 535 include - COREestoyjugando/views/forms/contact.ctp, line 8 View::_render() - COREcake/libs/view/view.php, line 640 View::render() - COREcake/libs/view/view.php, line 335 Controller::render() - COREcake/libs/controller/controller.php, line 713 Dispatcher::_invoke() - COREcake/dispatcher.php, line 266 Dispatcher::dispatch() - COREcake/dispatcher.php, line 234 [main] - COREhtdocs/index.php, line 85