Is there a way to display the telephone keypad on mobile when expected to type in numbers only? [RESOLVED]

For better UX I would like to have the form’s keypad to change to the number keypad once the user selections on a field that is requiring numbers only. For example if I am asking an user for a phone number the keyboard should NOT be displaying letters… is this possible?

If you have HTML5 output enabled on the Forms → Settings page, and also use a US phone format (###) ###-#### the numeric keyboard will open on mobile (this is an iPhone):

You can test out my form here:
https://demo.chrishajer.com/test-on-mobile/

Awesome thank you for this!