Skip to main content

Hidden

Display hidden tag

{{ hidden }}

Display <input type="hidden"> from values assigned Application::setHidden.

Also see Application::setHidden.

Example

Controller
$this->setHidden('foo', 'bar');
Template
{{ hidden }}
Output
<input type="hidden" name="foo" value="bar">