The hidden form field type provides a hidden field for saving a field whose value cannot be altered directly by a user in the Administrator. It can be altered in code or by editing the xml file.
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 in the Administrator.
Example XML field definition:
<field name="mysecretvariable" type="hidden" default="" />
Mandatory Parameters
Optional Parameters