In a Deitel's example ( Chapter 3 fig 3.1 ) http://pastebin.com/YxWtCUe7
line 44: <input type = "email" placeholder = "[email protected]" required /> ([email protected])
In google chrome I can easily change the attr REQUIRED and erase. Then, I can submit the POST to server.
Tell me guys, in a "real world application web client-server" this can be a problem? Cuz if I can really send this query to server so I'll need to make input check in client AND server side.
regards,