- Should I use modals for forms?
- Are modals good for UX?
- Are modals good web design?
- What makes a good modal?
Should I use modals for forms?
The solution is easy: don't use modal windows. At least when you need to put something complex inside them. The only objection I can think of is that you can immediately return back to the list after you close the modal.
Are modals good for UX?
All UX patterns have specialized case uses and functions, and UX modals are no different. In fact, they are the best functioning piece of UX pattern for announcing something important or making sure you have the full attention of a user/website visitor on a browser window.
Are modals good web design?
Modals are disruptive by design. They tend to appear unexpectedly in the flow of the browsing experience, and always shift focus away from their parent window. This is a high cost for the user, so modals should always assist the user in their goals, not obstruct them.
What makes a good modal?
Having a clear and descriptive message will explain the window's usage. Users should be able to read the text and understand the message you're trying to tell them and possible actions. Try to match the primary button text with the modal window title because it makes it easier for users to understand the context.