ppbb123 Posted November 6, 2013 Report Share Posted November 6, 2013 How to force a numeric keyboard? Is it possible? When user inputs to a number field, he/she would get the numeric keyboard on the iPhone browser. Thanks for any suggestion. PlurnlopsBurn 1 Quote Link to comment Share on other sites More sharing options...
0 fangjie Posted November 6, 2013 Report Share Posted November 6, 2013 You can add the following script into the HTML block/Footer: Replace the InsertRecordFIELD_NAME to the appropriate field name. <script> document.getElementById("InsertRecordFIELD_NAME").type = "number"; </script> Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted December 4, 2013 Report Share Posted December 4, 2013 That did it Quote Link to comment Share on other sites More sharing options...
Question
ppbb123
How to force a numeric keyboard? Is it possible? When user inputs to a number field, he/she would get the numeric keyboard on the iPhone browser.
Thanks for any suggestion.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.