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;" >
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.