Inspect Element is a feature pretty much all browsers have and there isn't a way to block it.
If you make security checks in your code you can make sure no one edited the form fields.
It's called SQL Injection and it can be done using those unless you have serverside checks.
Most of Mysidia has to be recoded to prevent those because if someone uses the right SQL statement they can drop your whole database and that wouldn't be good.
|