Avtex Blog: News and tips on technology solutions

Tag Archives: forms

A better form experience, with validation

Building a user-friendly web form requires three things beyond the basic form itself. Javascript to enhance the input experience; Javascript to provide basic error-checking on the client side; Server-side code to provide more bullet-proof error-checking and to format the submitted data for secure collection by a database. In this article...
Read more