Hidden

With Hidden you can hide a parameter field in the form. This is useful for example when you want to pass data that you do not want the users to see.

  • 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.
  • 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.
  • Background color: the background color of the field.
  • Font color: the font color of the text in the field.