Recommended way to make consistent form validation error prompt?
Posted
by Satoru.Logic
on Stack Overflow
See other posts from Stack Overflow
or by Satoru.Logic
Published on 2010-01-17T11:19:55Z
Indexed on
2010/03/13
11:05 UTC
Read the original article
Hit count: 190
form
|validation
Hi, all.
In most web projects, we do both client-side and server-side form validation.
A major part of form validation is error prompt,
the client-side and server-side form validation library probably have implemented this for us,
but the error prompt looks different.
How can I design a consistent error prompt for such a system?
Thanks in advance.
© Stack Overflow or respective owner