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 ...
4
votes
3answers
120 views
When should feedback be in-page and when should feedback be a separate screen?
I've seen feedback/confirmation on a separate screen for example when the user has submitted a form. Then the next screen they see: "congratulations you have successfully..."
Then on other occasions ...
4
votes
3answers
184 views
validation message placement
Is it better to have the validation message next to the label or the control?
download bmml source – Wireframes created with Balsamiq Mockups
Update:
To be clear, I'm not referring to ...
10
votes
7answers
916 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 ...
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 ...