Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am having a two inputs on a form, one of the value is enough to process the a form.

I have defined inputs as below


HTML
<form action="processInput.jsp">
   
      1. <input type="number" id="param1" />
 
                   -- OR --

       2. <input type="text" id="param2" />

   </form>


So, now for the first input as the type is number am seeing the keypad (on smartphone) with numbers plus "Next" button which is taking me to the next input. But I want to show "Go" or "Done" button instead of "Next" as the next input is optional.

Any ideas on how to show/add "Go" or "Done" button to the numeric keypad which by hitting submits the page?




Thanks in advance
Yashwanth
Posted
Updated 9-Mar-15 6:19am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900