It appears some of my users are pressing the "Enter" key, expecting to advance to the next field in the form, but instead are submitting the form before it has been filled out completely.
Is there any way, without using javascript, of disabling the "submit on enter key" feature of most browsers? The only answer I can think of is to replace the submit button with a submit image, which I would prefer to avoid if possible. (I had problems immediately after the introduction of IE 5.5 with it submitting everything twice if a submit image was used -- as a separate issue, does anybody have an update on that problem?)
Any solution must work for all usual browsers.
I look forward to any help you can offer.
Roy Lingen
Is there any way, without using javascript, of disabling the "submit on enter key" feature of most browsers? The only answer I can think of is to replace the submit button with a submit image, which I would prefer to avoid if possible. (I had problems immediately after the introduction of IE 5.5 with it submitting everything twice if a submit image was used -- as a separate issue, does anybody have an update on that problem?)
Any solution must work for all usual browsers.
I look forward to any help you can offer.
Roy Lingen