DEV Community

Discussion on: Tips For Validating HTML Form Inputs

Collapse
 
nwamugo profile image
UGOJI Duziem

Interesting ways of maximizing the capabilities of HTML5. Thank you for this article.
Front-end validation enhances the user experience. And a great user experience means a higher usage.
Front-end validation does not however secure the application. For security, validation must be done on the server-side as well.

Collapse
 
nedyudombat profile image
Nedy Udombat

True, the essence here was not to get rid of the server-side validation but to show you ways that HTML can help validate on the client-side.