.. include:: ../../../Includes.txt f:form.hidden ============= This ViewHelper allows you to create a hidden field in an HTML form. It renders an tag. Such a field can be useful to provide record UIDs in the form, which the website visitor can't see but which are essential when transmitting the form data to the web server. Properties ---------- All the :ref:`universal tag attributes ` All the :ref:`universal form field attributes ` Examples -------- :: or ::