Questions tagged [confirmation]
Use this tag for confirmation and acknowledgement, usually on digital systems
151 questions
0
votes
1
answer
31
views
Indicating that an action has been performed
I have this Actions button on my WebApp on a Booking Screen. The user can select Schedule which puts an entry into the Planner table. There are 3 outcomes
Entry is Added
Entry was already present
...
0
votes
1
answer
45
views
Dragging user attention to exclude buttons on tables
In a table with a "more actions" button at the end of the columns, I usually will have two options, at least: edit and exclude (in this order, from top to bottom), as shown in the image ...
1
vote
2
answers
95
views
Is this confirmation modal too intrusive for deleting custom fields?
I have a form where the user can add custom fields to products. If a folder requires a custom field, and the product is in that folder, then deleting that custom field will trigger a confirmation ...
3
votes
2
answers
385
views
Is having a delete confirmation built into the button itself an appropriate UX?
This is for desktop and mobile, basically when you click the button once it changes to "Confirm" with a cancel button next to it. I got some feedback that it's not clear you have to press ...
3
votes
1
answer
162
views
Why does the "Thank you for contacting us" page still include the contact form?
After submitting a subscription or contact page, the user is typically presented with the same form with one change: an often small statement saying "Thank you for your response." Why would ...
2
votes
1
answer
199
views
Complex forms that have no confirmation on exit are everywhere. Why?
I'm working on a SaaS product for 4 years and am going through a phase of re-evaluating my old decisions. One of them is the following rule:
When the user is leaving a complex form, and at least one ...
0
votes
0
answers
69
views
Confirming an email on a e-commerce site, complete strategy
We are designing a e-commerce site, that requires email verification to create an account.
The account is useful only for
the check out (where name, phone, email are needed) and viewing the
...
1
vote
2
answers
198
views
Should confirming an irreversible action require definite user input?
I had a situation on an auction website recently where I clicked an action button to investigate what the consequences of it were, but an accidental double click ended up committing the action (with ...
0
votes
1
answer
119
views
Why don't Wifi router UI's use confirmation password boxes?
Consider the scenario of trying to update the Wifi password for a router. Pulling up two sources I have access to, both OpenWRT and Google's Home/Wifi app only have a single input box for changing the ...
1
vote
1
answer
106
views
Confirmation messages
For a newsletters management page, when the user subscribes to a newsletter and clicks on the relative icon to subscribe (in this case an empty circle), is it necessary to push a pop up message ...
0
votes
1
answer
101
views
Confirmation of delete triggered by Delete key shortcut
My webapp has a list of notes. Deleting a note is comparable to deleting a file. The underlying storage does not currently allow a trash-can paradigm (undoable delete). So, deleting a note is a two-...
0
votes
2
answers
94
views
Revoking an invite - should confirmation banner be red or green?
I'm working on a feature where a user can send/invite other people to their organization:
The user can opt to revoke the invite. Once this action has been done, I'd like to display a confirmation ...
1
vote
3
answers
108
views
Grades of confirm actions
I am currently working on a standard for confirming destructive actions, which I have to split into four levels:
no confirmation necessary
???
a simple dialog that explains what the dangers are
a ...
0
votes
2
answers
134
views
How to ask users to confirm an item as True Positive or False Positive
I have an ML system which classifies a series of objects. These objects have a possible status X assigned by the system.
This information is displayed on a dashboard table to users.
An example output ...
1
vote
2
answers
2k
views
Delete confirmation for items within a modal
I have a modal that contains a table of items. Each item is in a row and a user should be able to edit/delete each item.
When deleting an item, there needs to be a confirmation dialog asking the user ...