I have a fairly basic form on my mobile page that I want to default a field to using numbers.
Mileage: <input type="text" name="visit_mileage" style="width:80px" class="basic" value=""><br />
This seems like a basic question, but I couldn't seem to find an answer as to if this was possible at all. So I go to this page on my phone and my input type on my phone is set to Abc. Is there a way that I can force it to be 123 (or ALT) for this field?
Thanks!