I remember seeing a tutorial a while back on this but am unable to re-Google it.
Supposedly there is a way to get Safari on the iPhone to give keyboards other than the default. It went something along the lines of this, where certain keywords in the input name attribute triggered it...
This would give the default keyboard:
<input type="text" name="normal_text" />
This would give the number entry keyboard:
<input type="text" name="blah_blah_zip" />
This would give the number entry keyboard:
<input type="text" name="blah_blah_email" />
Does anyone know if this is still an available feature, and if so, what the keywords for triggering it are? Thanks!