Joomla hidden Form Field Type

The hidden form field type provides a hidden field for saving a field whose value cannot be altered directly by a user in the form.

If the parameter has a saved value this is entered in the text box. If not, the default value (if any) is entered. As the field is hidden, there is no visible field.

XML Field Definition

<field name="myhidden" type="hidden" default="" />