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 ...
13
votes
7answers
1k views

Disable the save button until changes are made?

We have a list of complicated things, which the user can click on to get a new view in which they can edit all the details stored for that thing. The edit view already has a Cancel exit mechanism ...
14
votes
6answers
1k 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
6answers
2k views

Hide or disable form options? [duplicate]

Possible Duplicate: Don't hide or disable menu items? On a create/edit form, where the options available to the end user will depend on their previous input, in order to give the user ...
3
votes
4answers
477 views

Dynamic required field validation

Let say we have a form with 50 or so elements. It is a data entry form and is in the format the user is expecting based on standardized industry paperwork. My question is should required fields ...