← Return to the list of available actions
If you have trouble understanding how the action works, check the descriptions: Action, Conditional execution, Component parameters
Category: Appearance
Action location: Form, Table, Button, Variable, Label
Available from version: 1.0.0
The action hides the selected element (s) of the form. Elements that can be hidden are: variable, button, column in the table, table.
The action works only on "normal" buttons. So we will not hide e.g. the button to attach documents. The solution is to use the usual button with the document attach action.
The hiding action used on a variable is not synonymous with marking the variable as "hidden" in the PWE editor. Therefore, the variable is treated by the form as any other "visible" variable - for example, hiding the required "visible" variable with action will not make it cease to be included in the form validation (as is the case with a hidden variable in PWE).
Hiding occurs depending on the element on which we moved the table:
variable - hides the variable
button - hides the button
table - hides the table
form - hides header and table variables specified in the parameter
label - hides the label
Leaving the conditional field blank is tantamount to setting it to "true."
Location of the action | Operation of the "Conditional execution" parameter | Condition of calling the action |
---|---|---|
Table | Executes the action | Change of condition of Conditional Execution to "True" |
Variable | Executes the action | Change of condition of Conditional Execution to "True" |
Button | Executes the action | Change of condition of Conditional Execution to "True" |
Form | Executes the action | Change of condition of Conditional Execution to "True" |
Label | Executes the action | Change of condition of Conditional Execution to "True" |
Name of the parameter | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|
Variables | Header / tabular variables to hide | Array of variables | Editable field | Visible only when the action is transferred to the form |
Parameter*- required field
1.0.0
- Adding a component
1.0.43
- Blocking the placement of actions under the accept button
1.0.45
- Restoring the option of placing the action under the accept button
1.0.64
- The label can be hidden
Add Comment