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).
Name | Description | Type |
---|---|---|
displayName | The label shown above the hidden field | string |
displayType | The type of the field to be displayed | string |
value | The default value of the hidden field | string/boolean/number |