_type = self::TYPE_EMAIL; $this->_name = 'Email'; $this->_placeholder = 'yourmail@mail.com'; $this->_options[self::OPTION_NOAUTOFILL] = self::AUTOFILL_DISABLED; $this->_options[self::OPTION_LIMIT] = self::LIMIT_DEFAULT; } }