Alert behavior instead of inline error option #2611
-
I'm working on the Toll-free verification flow and in the rejection path for this flow, we are considering using the 'alert' component to indicate users the info that needs to be fixed. We are using the alert instead of the inline error per input due to some technical limitations (the system can't map the error to an input, but it can map it out to the step of the flow). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Luz! Thanks for sharing the Figma file, and signing up for Office Hours, looking forward to chatting with you! I understand there may be technical limitations with the system. I'm not sure how the validation is being handled, but it would be most helpful to show users which field isn't correct or meeting the requirements for them to best understand where the problem is, in other words, displaying errors inline in addition to the use of the alert component. Additionally, if the user corrects the information, the alert can go away, but I'm wondering "when" this would happen. Do you have the ability to do inline validation? Or does the validation happen once the user "submits" their information? If you are also only able to use the alert, I think the copy of the alert could also be a little more closely related to label. You could say something like, "The URL format provided for the Opt-in policy is not valid. Please provide a valid URL and resubmit." Let me know if you have more questions! |
Beta Was this translation helpful? Give feedback.
Hi Luz!
Thanks for sharing the Figma file, and signing up for Office Hours, looking forward to chatting with you!
I understand there may be technical limitations with the system. I'm not sure how the validation is being handled, but it would be most helpful to show users which field isn't correct or meeting the requirements for them to best understand where the problem is, in other words, displaying errors inline in addition to the use of the alert component.
Additionally, if the user corrects the information, the alert can go away, but I'm wondering "when" this would happen. Do you have the ability to do inline validation? Or does the validation happen once the user "submits" their infor…