Tagged Questions
7
votes
3answers
101 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?
1
vote
3answers
315 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
...
38
votes
20answers
3k views
Do I really need a login button?
We've been having a discussion in the office surrounding a login page we're developing for a new web application. The web application is in intranet-based application, and is mainly used by users who ...
16
votes
6answers
486 views
What should ENTER do?
On a web form, what should happen when the user presses the ENTER key?
I'm writing a sign-up form - name, email, password, sign-up button: the usual sort of thing. Since I'm using JavaScript, and the ...
52
votes
16answers
4k views
Do you need a search button with a search box?
On websites with a search box, should you add a button they can click on, or will users understand a search box like on this site?
The target group is not very technical, such as women aged 40-60.