Page level errors guidance #4315
-
Hello, I am looking for guidance on page level errors where the actual error might be hidden beneath the fold. The possibility of number of errors could be between 1-3, however I am trying to test these solutions for worst case scenario where user might have 10+ errors. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Disclaimer: This is a very experimental bot using OpenAI's GPT-4. The answers may not be correct, a human will review the answer and update it if necessary. For handling page-level errors where the actual error might be hidden beneath the fold, especially in scenarios where there could be multiple errors (1-3 or even 10+), the guidance from the Paste documentation suggests a couple of approaches that could be beneficial for your use case:
Given your scenario where the number of errors could be significant, combining these approaches could offer a comprehensive solution. Starting with a Callout at the top of the page to summarize the errors and using anchors within that Callout to direct users to the specific errored fields could enhance the user experience. Additionally, ensuring that you prioritize errors and provide ample support options can further assist users in resolving these errors efficiently. For more detailed guidance and examples, you can refer to the links provided in the suggestions above. I also did a search, and I managed to find these other Discussions that might be similar or related to your question. Give them a read to see if they answer your question. If they do, head back here and update this discussion and mark it as answered, pointing others to the related discussion:
|
Beta Was this translation helpful? Give feedback.
-
Hey @ankigupta92, sorry for the late reply! We've been discussing this over the past few days, but it looks like your Figma doesn't link to your error exploration anymore. Did you move forward with a solution? Regardless of how many errors are on a page, there's always a chance that an error could occur in a field that's not currently visible on screen. You'll probably want to use either a Toast or Callout (like you had in your explorations) to show the number of errored fields, and then lean on optimistic design as a principle, assuming that a user will reasonably scroll through the page to fix the full list of errors. If it's a pretty large concern for this page that there will both be a lot of errors and that users won't scroll, it might also be worth reconsidering the page layout itself and whether there's a possibility of breaking up the content into multiple pages, or breaking up form field validation into multiple steps on the page. |
Beta Was this translation helpful? Give feedback.
Hey @ankigupta92, sorry for the late reply! We've been discussing this over the past few days, but it looks like your Figma doesn't link to your error exploration anymore. Did you move forward with a solution?
Regardless of how many errors are on a page, there's always a chance that an error could occur in a field that's not currently visible on screen. You'll probably want to use either a Toast or Callout (like you had in your explorations) to show the number of errored fields, and then lean on optimistic design as a principle, assuming that a user will reasonably scroll through the page to fix the full list of errors.
If it's a pretty large concern for this page that there will both be …