Tagged Questions
1
vote
5answers
173 views
How to ask a confirmation question?
We often have to ask people to confirm an action. The usual text is:
"Are you sure that you want to _________?"
Are there any shorter but clear ways of asking this?
4
votes
1answer
120 views
Prompt user to edit an inline-edit field
Background
Using an edit-in-place field for users to provide their name.
Problem
The phrase "Type your name" imperatively indicates that users can (and should!) type their name. However, unless the ...