Force mobile keyboard to be numeric, not regular keyboard

When a user is viewing my website on their phone, and they click an input, how can I get the keyboard that shows up to be the number pad, instead of the regular qwerty keyboard?

Change the input type to Decimal or Integer depending on if you need decimal places or not.

This topic was automatically closed after 70 days. New replies are no longer allowed.