A hidden item is a special form item, that does not appear for the user, thus the user cannot modify it, but it is placed on the form. Hidden items are used if the form is sent in a POST request to an external servlet or there is a servlet in the application which is able to receive data this way. The value of the hidden item can be set through code.
If the form is saved to the database with the framework, the use of the hidden item is redundant.
The component supports no events.
Style customization
This component does not support customization options.