HTML5 form validation tips

Posted: (EET/GMT+2)

 

Quick link tip for today: if you are looking for information on how to validate your HTML forms with HTML5 style, there's a nice short post on the topic at IBM's developer blog.

The post shows simple examples on specifying required fields, pattern matching, and placeholder text.

The bottom line: in HTML5, client-side form validation is a built-in function of the modern web browser.