Hidden Field
The hidden
field.
Properties
Title |
Hidden |
Description |
Field for a hidden HTML input |
Field Type |
hidden |
Base Field Type |
control |
Schema
Property |
Type |
Default |
Description |
enum |
array |
|
List of specific values for this property |
Options
Property |
Type |
Default |
Description |
name |
string |
|
Field Name. |
sort |
function |
|
Defines an f(a,b) sort function for the array of enumerated values [{text, value}]. This is used to sort enum and optionLabels as well as results that come back from any data sources (for select and radio controls). By default the items are sorted alphabetically. Don't apply any sorting if false. |
Example 1: Form with Hidden Field
submits, we extract the token value and print it out.
{% raw %}
{% endraw %}