Posted by Leif K-Brooks on 04/26/07 17:08
Mr.G (@¿@) wrote:
> Hi and thanks in advance. I have a form and if the enter-key is
> pressed the from terminates and they never get to finish it. Is there
> a way to turn off the enter key?
That's standard, expected functionality. When an even slightly clueful
user presses the enter key in a form, they want to submit it. Don't make
that more difficult.
If people submitting the form prematurely is an issue, add a validator
which redisplays the form with an error message, pre-filled with
whatever data the user has entered already, when the submission is
incomplete.
[Back to original message]
|