Tagged Questions
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 ...