How much do you know about HTML5 form validation? Even if you know a lot, we bet you'll learn things you didn't know in this handy guide.
Tag: form validation
Need to collect data through a web form? Learn the basics of how to set up PHP to collect user-submitted data that you can then store or send via email.
Daniel Schwarz shows how to mark up forms using only HTML and CSS, covering new CSS3 options that make it easier to style inputs.
A step-by-step tutorial on how to set up basic jQuery form validation in just a few minutes, demonstrated through validation on a registration form.
Lukas White takes an in-depth look at DropzoneJS — an extremely configurable JavaScript library that takes that makes dealing with file uploads fun again.
Wondering how to validate input with JavaScript? Kevin Yank takes a look at what regular expressions are and what they can do for you.
Continuing the series on Drupal entity validation and typed data, Danny now teaches us how to extend this system with custom constraints and violations
Thomas Greco takes a deeper look into Angular's ngMessages module and shows how its directives can take the pain out of displaying form validation errors.
Tom Greco demonstrates how to validate user input in AngularJS using Angular's recently introduced ngMessages module, which keeps your code nice and DRY.
Christian Johansen concludes his mini-series by discussing composed validators, how to extract data from a form element, and how to report errors.
Christian Johansen discusses the concept and the problems of having a tightly coupled code and how to write code that doesn't depend on the DOM.
A look at some of the easy to use form features in HTML5, to help you validate user-entered data before it reaches the server.