Presenting missing information on card

I have a multi-step form that requires filling in relevant details in each step. On each step we save the data. If a user leaves the form at any time, the draft will be saved and can be accessed from his profile page. Also, when a user wan…
share this post : )
Edit icon VS Edit CTA while redirecting the user to a different screen?

I need to redirect the user to a form which is on a different page after he clicks edit. So what is the best practise here, to use the pencil icon or edit button or anything else where it is clear that the user will be redirected to a diff…
share this post : )
EDIT / RENAME VIEW – what’s best approach – keep it together under edit or separate options?

Currently, I design edit flow for saved view (filters that allow being saved under "saved view"). The filter bar consists of 4 dropdowns (multiple and single choice), and radio buttons.
The user should also be able to edit the na…
share this post : )
Prevent users from changing entity data fundamentally

Entities in a database represent things from the real world (for example products in an e-commerce system). A user should be able to
add a new entity
edit the entity to correct a mistake in the DB
edit the entity because the thing in the …
share this post : )
Edit mode + Side panel/Modal, how to deal with double validation?

I am currently struggling with an edit mode user scenario inside a web application.
Context
The web application will be used also on mobile, so we can’t use “on hover” comportment.
99% of the time, users will read and not edit information…
share this post : )
What is the best method to signal the editing in the form above of an table to a user?

To add an entry to the table, a user must fill out the form above and click the Take it button. He can also edit an existing entry by clicking on the pencil. How can you best signal to the user that this data record has then been loaded in…
share this post : )
Edit Button Location/Placement

I am working on finding the best placement for the edit button for a company website already in existence (used for internal staff & clients). This is a review page after a Client has filled out a Grant form and has 2 sections that wi…
share this post : )
What is the correct placement of actions buttons

I am working on an application where user’s data will be frequently added and updated.
In sample 1, I have added ‘add address’ links in each row per category for quick addition but it is breaking the visual of the page and it is repetitive…