Disable form submit on enter

I have a multi step contact form in the same url. One way to do this is to have a prevent form submission button on the form. I can do this by disabling the submit button, but this would leave the enter key unchecked. Asked 11 years ago.
Prevent users from submitting a form by hitting Enter
Question I'm having a hard time trying to disable Formik's auto submit on enter.
addEventListener(keypress, function(event) { if (event.