Tagged Questions
13
votes
2answers
274 views
How to avoid “hover and cover” on buttons at the end of a form?
I'm working on an apparently simple interface: 2 input fields right above a series of action buttons. Each button represents a different way to perform the same task (for example wizard, upload a ...
11
votes
5answers
785 views
Should I let a user copy/paste into a confirm e-mail field for a registration form? [duplicate]
Possible Duplicate:
Preventing a user from pasting from the clipboard into a mandatory form field
There was a question of stackoverflow, that a programmer did not wont to let the new users ...