Hidden
The Hidden hidden
field it's mainly used to carry an arbitrary value in the form payload without
actually showing anything in the form.
Example
{
"component": "hidden",
"name": "my_hidden_field"
}
A possible use case is an adavanced validation using JavaScript and external variables
Reference
No params available for this component