Change form values


Configuration interface of the action Change form values

Actions of type Change form values allow to change values of Form Elements of the submitted form even afterwards.

Parameters

Details for changing form values

By clicking on the plus button a new entry is added to the element list. After that the following elements are available per line.

Form field
Use variables selection to select the element of the form to be changed.
Value
This field defines the new value of the element. Variables can also be used or the text can be entered directly.

Action variables

Actions of type Change form values provide Action variables which can be used in subsequent actions.

Standard action variables

[%$<action name>.SUCCESS%]
Return whether action was successfully executed. Returns Boolean (true/false).
[%$<action name>.RESULT%]
Return all results provided by the action in structured form.
[%$<action name>.ERROR_CODE%]
The error code thrown in case of an error in the action. Empty if no error occurred.
[%$<action name>.ERROR_MESSAGE%]
The thrown error message in the action's error case. Empty if no error occurred.