Readonly
With Readonly you can add a field with a text value.
- Type: the type of the parameter.
- (variable) key: the name of the variable that will contain the parameter value. The variable will be addressed in the workflow with this name. You can use dot notation if you want to group single variables into a single object. For example: customer.name, customer.address and customer.telephone will result in one variable customer that is an object with three fields name, address and telephone.
- Label: the label in the KIOSK interface.
- Help text: the help text that will appear next to the label.
- Field options:
- Required?: if you select this checkbox, the field must be filled in. This will be indicated by an asterisk next to the label in KIOSK.
Value Options
- Default: the default value of the field.
- Text Style: the style of the text.
Style
- Background color: the background color of the field.
- Font color: the font color of the text in the field.