Tagged Questions
6
votes
2answers
88 views
Would it be good to only show invalid fields when showing input errors?
It occurred to me that it might be a clever idea to only show the fields with problems when a user makes a mistake on a form. This would be server-side validation, with the assumption that there is ...
1
vote
4answers
81 views
Leave data in form after submission?
I've got a form in my web application that a user would use to send messages to another user of the system. So for example, a manager might want to send a message to all of their direct reports about ...
0
votes
1answer
87 views
Feedback form situation [closed]
What is best practice for feedback forms pertaining to erroneous comments or concerns that do not have to do with the feedback the business wants?
Do you ignore the comments coming in, or still ...
10
votes
7answers
917 views
Reasonable character limit for a comment field on a site feedback form?
I have a simple feedback form (see screenshot) on each page on a site. The user has to select whether the page was helpful or not (radio buttons yes/no) and there is also a text area input where the ...
3
votes
2answers
120 views
Forgiving Format: Rewrite on blur or ASAP?
I'm implementing the forgiving format pattern for phone numbers and social security numbers on a web site.
Basically, the idea is the user types their (US) phone number:
5558675309
The system ...
16
votes
2answers
2k views
Is the color red really appropriate for form validation errors?
It seems to be taken for granted that the color red is appropriate to highlight errors. In the case of serious system errors, I agree. However, I'm having doubts that it's the right choice for user ...
5
votes
4answers
229 views
In-Line Form Validation - Checking for numbers in a persons Forename / Surname field
If a user enters numerics in their Forename / Surname field should this trigger the validation - the same as would occur if Alpha characters were entered in a Phone Number field?
I would suggest that ...
8
votes
3answers
576 views
Design recommendation for a button
I have a form in which the user requests a report to the system by clicking the Send Report Request button. The system then produces scheduled reports according to the interval the user selected ...
1
vote
3answers
684 views
How can I make this complex photo upload system easy to use?
I have a rather complex task ahead to change an existing photo upload system for a website.
Current Situation:
The website has a number of areas in which users can upload photos to (ie: gallery, ...
12
votes
3answers
809 views
Best place for placement of error messages on a form (both generic and specific)
I'm working on a simple registration form which, when invalid data is entered, will display both a generic error (e.g: "There is an error on your form") and also specific errors (e.g: "This is not a ...
7
votes
6answers
386 views
Making contact detail form more friendly
I have a windows based form in my project for adding contact details.
Here's a screenshot
I have added textbox for First name, Last name , var and cst (vat and cst are numbers related to ...
6
votes
1answer
395 views
How to facilitate mass data entry?
I am a programmer & I am working on a web app that requires a GUI for facilitating mass data entry. Now this "data entry" can be of different types like audio, video, text etc. I already have ...
