Skip to main content

Hidden

The Hidden field component allows you to add fields to a form that are not visible to users but are included in the form submission. This is useful for storing metadata, default values, or any information that should be sent with the form data without user interaction or visibility.

Examples

A hidden field with a string value.

Form Data:
{}

Field Properties

Properties used by this field (inside meta field).

NameDescriptionType
displayNameThe label shown above the hidden fieldstring
displayTypeThe type of the field to be displayedstring
valueThe default value of the hidden fieldstring/boolean/number