larsonchst Posted November 13, 2015 Report Share Posted November 13, 2015 Is it possible on mobile in a number only field to force a phone to display the number pad instead of the full keyboard? Quote Link to comment Share on other sites More sharing options...
Jan Posted November 16, 2015 Report Share Posted November 16, 2015 Hello larsonchst, You can try setting the "Number" type for the field with the following code: (You can add an Header&Footer element to your Submission Form, select the Footer element, click the Source button and enter the code) <SCRIPT LANGUAGE="JavaScript"> document.getElementById("InsertRecordFIELDNAME").setAttribute("type", "NUMBER"); </SCRIPT> Please, enter the name of your field instead of "FIELDNAME". I hope, it helps. Quote Link to comment Share on other sites More sharing options...
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.