Enable Enter key submission in Text Box element
- 最終更新日2026/05/11
This feature enables business users to complete tasks by pressing the Enter key within a Text Box element, eliminating the need to click the external Submit button.
The behavior is fully configurable through Form rules, with On enter event and a Task submit form action, which together allow embedded forms to trigger process continuation seamlessly. This enhancement bridges gap by allowing in-form keyboard interaction Enter key to directly trigger the task submission.
Procedure
- Create a form. For details, see Create a form.
- Drag a Text Box element. For details, see Using the Text Box element.
-
Configure the form rule to enable enter key submission in the Text
Box element.
- Click Add rule.
- In the If condition, select the Text Box element in the form and On enter event from drop-down list.
- In Then action, navigate to Form actions and select the Task submit action from the drop-down list.
- Save the form.
-
Create a process. For details, see Create a business process.
- In the Start with step, on the Form tab, choose the file path for required form.
- Save the process.
- Run the process.
After completing the above configuration and running the process, The On enter event is triggered for the Text Box element and the system executes the Task submit action.
See the following video to understand how to enable enter key submission in the Text Box element.