Did you know that iPhone, iTab, etc does not validate the HTML field parameter required?
It allows a blank field to submit :-(
So you need to add your own validation on top of it for all relevant fields instead of relying on the browsers implementation. What a shame... I thought time of IT6 were history.
Anyway - If you might confirm this by yourself
if true, than it might be a good idea to note this somewhere in your documentation before everybody has to discover this by his own.
Did you know that iPhone, iTab, etc does not validate the HTML field parameter required?
It allows a blank field to submit :-(
So you need to add your own validation on top of it for all relevant fields instead of relying on the browsers implementation. What a shame... I thought time of IT6 were history.
Anyway - If you might confirm this by yourself
if true, than it might be a good idea to note this somewhere in your documentation before everybody has to discover this by his own.