Skip to main content

Hidden

The Hidden Field component is used to include hidden fields in a form. Hidden fields are not visible to users but can store data that needs to be submitted along with the form.

Schema

[
{
"name": "secretToken",
"meta": {
"displayName": "Secret Token",
"displayType": "hidden",
"value": "f37cb98a-5c54-4d28-a719-6c1a7f0bc47e"
}
}
]

Example


Form Data:
{}

Field properties

Properties used by this field (inside meta field in schema)

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