Form button events

Which events can be used in this field?
(I’m configuring a button and would like to cancel the workflow when this button is clicked.)

Event is used to send a custom event to the form when the button is pressed. The idea is that other JavaScript can then listen for that event and do something when the button is pressed.

Since you cannot add custom JavaScript to the page/form, it does not make much sense to use it in this setting. However, you can change the button to Custom and add JavaScript there.

Can you help me create a button to end the workflow? It can’t be of type “submit”, because if it is, the required fields must be filled out.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.