It has been long time since we have been validating our forms using JavaScript. I am sure this must be the case with most other developers.
Question:
What if the user (or probably a bad guy) disables JavaScript?
You are lost!
- Is JavaScript validation worth of it?
- Should we ever use it now?
- Are there any solutions to this?
Correct me if I am wrong.
Yes, as it provides a better user experience and preserves bandwidth.
Yes, for the aforementioned reasons.
Yes, use server-side validation as well.