Search code examples
mobileuser-inputwml

HTML Input field force numbers


Is it possible to create an input field that sets the default input character set to numbers on a mobile phone (so the NUMERICAL KEYBOARD POPS UP)?
For example to make it easier type in a telephone number into a HTML form.


Solution

  • It is possible to limit entry on a "mobile phone" The mobile phone form entry uses

    <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
    "http://www.wapforum.org/DTD/wml_1.1.xml">
    

    input here can be limited using format="*N"