Alternatively, is it possible to validate against another field\'s value with html5?
A common example would be selecting a date range where \"from\" date sh
If you want to avoid issues with someone hacking / crashing yor site - validate input data with:
This is the only (at least second point) approach that protects you and your site.