How to submit form when pressing enter

Nevermind my previous question, found the answer in another support topic:

To disable the “submit form when Enter key is pressed” behaviour, don’t have any buttons on the form with “Submit” behaviour. Instead, make the button which is supposed to submit the form have “Default” behavior and wire it up to submit the form in its “on Click” event.

1 Like