8
votes
2answers
98 views

Why do most Create Account forms clear the password fields upon wrong validation? [duplicate]

In most Create Account forms that I've used, when you enter in something wrong (username not long enough, passwords don't match, invalid email, etc.), it'll keep all the fields but erase the password ...
3
votes
1answer
42 views

Describing how to copy an email message to clipboard, visit site, and paste it into textarea?

A customer buys a product from an online store and receives an order confirmation email. My company receives commission for having referred that customer. We want to pay a bonus to the shopper (i.e. ...
1
vote
1answer
94 views

iOS and UITableViewCell: best practices when requesting user input as a form

Firstly, I'd like to make a general question regarding table view cells' customization: are there any restrictions about the controls they can cointain, and/or its number? I read in iOS HIG iOS Human ...
0
votes
1answer
51 views

Success and error message placement and colors

I'm working on a responsive landing page users arrive on after clicking on an online display ad for the spa chain I work for. Currently I validate the fields on blur. If the input is valid on blur, ...
6
votes
3answers
136 views

Is Successful Validation useful for step forms

We've been designing a registration form with 5 steps. The form has many input fields, some required and some not. The validation is client side and is represented with red text for errors. I was ...
1
vote
1answer
138 views

iOS multi-step form and user input validation

I need to design a form that may consist of 3 or 4 steps, all of them requesting both mandatory and optional data. The overall form contains a lot of data inputs, so I thought it would be better to ...
6
votes
3answers
221 views

Are extensive validations necessary on mundane input forms in a website?

I'm having a rather bitter affair with my client who also happens to be my boss at office. He is a completely non-technical dumb muggle in terms of application development. The frustrating thing is ...
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 ...
3
votes
3answers
71 views

Cross validation messages should be symmetric or asymmetric?

Lets let that there is a form in a popup window which contains the properties that are configurable for a chart and as you go on changing the values for the properties the underlying chart is ...
7
votes
2answers
139 views

Does inline validation at login create a security risk or a perception of one?

When a user types their email address into a login form, I'd like to validate inline whether the email is associated with an account. The idea here is that, in the system in question, a large ...
21
votes
10answers
1k views

When client and server side validations occur, doesn't it make for a better UX to only do server validations?

I find a problem on the MVC4 project I am working on now, using Fluent Validation, in that some validations are delegated to the jQuery client side validation, while some, such as the NotNull rule for ...
14
votes
4answers
232 views

Is it ok to force a user to reenter data instead of editing existing

Is it acceptable to force users to delete and recreate data they entered incorrectly or should they be provided with a way to edit every instance of that particular data? Use Case: The wireframe ...
3
votes
2answers
112 views

Automatically limiting or correcting numeric input field values

The application interface I am working on has an slider to select a number, but offers a text input field next to it. This allows reading the currently selected value, but also supports keyboard ...
4
votes
1answer
86 views

Survey builder - How to handle users navigating away from questions in invalid states

I'm building an internal survey tool similar to SurveyTalent where users have a panel to edit questions. I have a requirement to make the question and however many visble answers required. What ...
3
votes
6answers
114 views

Form with scores and question weights

I have been tasked of designing a form which has X amount of set questions the customer can pick in a back end software. Each question has a point against it (which can be defined) and to complete the ...
47
votes
13answers
5k views

What is best practice for designing form error messages?

I've seen quite a lot of research on form design, but so far, I haven't come across any studies on error message design best practices. The only piece of advice seems to be that each error should ...
1
vote
2answers
243 views

show password user experience

I have an email and password field on the sign up form. A password rule text and a show password checkbox appear below the password field. The rules for showing the div containing password hint text ...
2
votes
2answers
199 views

A method to display error validation in forms with severe space constraints

I am familiar with common form error validation techniques. However I would like to find a nice way to handle error messages in an interface with little room to spare. I'd like to show: Flag the ...
10
votes
7answers
931 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 ...
16
votes
5answers
668 views

Is it better to have an icon in front of validation messages?

As you can see in the above image, there is a validation icon in front of the text. This is unnecessary, but I thought it might be good to catch the eye. If there is no icon, it's still clear ...
4
votes
1answer
602 views

What are the best practices of designing a validation message on an iPhone App?

I am working on designing an iPhone app and I need to know which validation message style is the most recommended for the forms included. I don't prefer to use a pop up window i need something that ...
3
votes
2answers
432 views

Mark input in forms as required even if all input is mandatory?

I looked up many questions and answers here regarding labeling mandatory input fields. The de facto standard is an asterisk * to mark input as required. Also the common approach is to mark the ...
14
votes
8answers
454 views

Is it ok to change the (US) address input field order in favor of a pre-fill feature?

I am working on an international site that requires the user to enter his postal address. I am wondering if it makes sense to have a slightly different order of input fields in favor of a time saving ...
4
votes
2answers
128 views

Validating Phonewords/Vanity Numbers

I am redesigning a system where the user can enter various contact details for associates via a personal details form. In this form there is a phone number input field. After a phone number is ...
7
votes
5answers
2k views

Disabling submit-button until the user has completed the form

How do you think about disabling the submit-button until the user has completed the form or the required fields? I find similar questions here on ux.se and somebody answered that the user will think ...
8
votes
1answer
186 views

Should I allow users to select a valid but disqualifying option?

I'm working on an application form where a user must be 18 years or older to apply. Should users be able to select years that would equate to them being younger than 18 or should I remove them from ...
2
votes
5answers
441 views

Instant field validation

When filling in a very long form which has instant field validation (and required fields are marked with an asterisk), should validation take place if user focuses the field and without typing ...
2
votes
3answers
4k views

What should be maximum and minimum length of persons User Name & Password?

I am wondering because I am trying to make sure that person have right amount of spaces for their user name. User Name and Password are security measures and should not be easy to guess. I have fixed ...
1
vote
1answer
433 views

Validating wizard-style form

I have a long sign up form with 16 fields. I've split that form into 3 steps by data category. User navigates through steps by pressing Back/Forward buttons. How should I approach the field ...
16
votes
3answers
977 views

Character limits on fields - pros and cons and best practices?

Some of our form fields have character limits. We're debating whether we should reflect the current size of data entry, or to simply hard-limit and inhibit data entry beyond that size. In HTML, ...
4
votes
4answers
503 views

UI for multi-select with at-least-one requirement?

I have a field for which the user may select multiple responses, and is likely to be implemented as a drop-down with checkboxes. The user can select one, two, or many from the list of options. We're ...
5
votes
4answers
231 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 ...
20
votes
12answers
2k views

Should date validation allow “091011”?

Should I allow users to input the MMDDYY or MMDDYYYY format for a date? That is, should any date validation logic not trigger a validation error if the user just wants to put in the numbers without ...
2
votes
3answers
426 views

When and how to validate forms in a usability perspective?

I am implementing a business application and wounder what's the best way to validate forms, and when. An example is a form where three textfields where a currency amount is expected. A valid input is ...
14
votes
6answers
2k views

Disabled submit button on form vs allow submit then show errors?

We have a few different forms as part of a web-based medical application. These forms have quite a few fields - 10-20 depending on the form. Each has at least 5 or so required fields. We currently ...
10
votes
5answers
361 views

What would be the best way to let a user add a URL to a form?

Currently our webapplication simply shows a textbox with no validation at all. There is a small icon placed next to the textbox that allows the user to open the URL in a new browser window to check ...
14
votes
6answers
3k views

How to mark required (and optional) fields in a form where some fields are NOT editable?

I have a form showing properties of an entity in a web app: some of the fields in the form are read-only and some are editable. Within the editable fields, some are required to be filled with a value ...
9
votes
4answers
645 views

What is the best way to display date validation errors?

I am performing date validation on several forms. This validation includes making sure a date does not fall on a weekend, does not fall on a major holiday, is at least 3 business days from the current ...
12
votes
9answers
2k views

friendly format for Phone Numbers

Currently on my website users are required to input their phone number in a very specific format (555-555-5555). If you forget the dashes it breaks. Does anyone have a good suggestions for how to be ...
13
votes
7answers
959 views

Is it bad practice to mark a field as required but not really require it?

I have a customer who wants a form on his site to collect address information but does not want to lose customers who are reluctant to give that information. Since many people are simply lazy about ...
28
votes
9answers
3k views

Is a confirm email address field still considered a best practice?

Having an input field to confirm an email address is pretty standard. However, I would like to know if using a confirm email address field still considered a best practice. The Email/Confirm email ...