title | date | submitter | tags | discussion | ||
---|---|---|---|---|---|---|
I want validation of paired form fields |
2019-08-02 21:36:10 UTC |
Ryan Olson |
|
In HTML5, we can validate an input field given a regex pattern. It would be nice for HTML to support validation when two fields match (like "password" and "password again"). This would allow us to do better form validation without needing to involve JavaScript.