How to allow 'enter' in editors but block enter from submitting forms?

Hello,

To prevent 'enter' click from submitting forms, we added;

onkeydown="return event.key != 'Enter';"

But now the enter key won't do new line in editor inputs.

Does anyone know how to allow enter to work in editor inputs but prevent it from submitting form?
Screenshot_2023-03-10_at_17.58.05.png
Was this page helpful?