7
votes
3answers
106 views

Behavior of the Enter button in a form

What is a better experience for a user if they press enter when using a form? Should it submit the form or move to the next field?
-2
votes
1answer
71 views

Does Facebook use their UX for social engineering? [closed]

I've always wondered if Facebook's UX design is based partly on social engineering. It's very easy to submit a comment that you might later regret. Pressing the enter key immediately posts your ...
1
vote
3answers
322 views

Usability of Ctrl + Enter Submitting of Forms

In my web app I want to give the possibility of submitting every form with Ctrl + Enter shortcut. What is better: submit the form with keyboard only when one of the fields of this form is focused ...