I’ve got a form that has no submit button and it would be great if the form is still submitted when the user hits the enter key. I’ve tried adding a hidden submit button, which gives me the desired behavior in Safari, Firefox and Chrome, but the form is still not submitted in IE. Is there a standard way of doing this?
Share
Tested/cross-browser:
If there is no submit button, the form will degrade miserably if javascript is not available!