This is actually a accessibility feature to quickly submit a form. You can
add a onSubmit trigger to the FORM tag to be notified when the enter or
submit button is pressed.
If you want the Enter key to be ignored, just add onSubmit="return false;"
to the FORM tag:
<form action="ZXXXXX" onSubmit="return false;" >