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)
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 |