How to Have Drupal WebForm phone number input show a keypad on a mobile device

fitnessCraze

I'm working with webforms in Drupal and looking for a way to customize how the fields are handled on a mobile device. One in particular is the phone number field. I'm looking to have the number keyBoard show up rather than the qwerty one when the field is selected.

DenialofService

The number keyboard is triggered by using HTML 5 form elements:

<input type="number" /> <input type="tel" />

These are not part of drupal 7 core webform, so have a look at the Elements module to enable it.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to Type Multilingual Characters in Windows Mobile Device by Device Keypad

From Dev

Mobile Safari - How to Default to Full Numeric Keypad for Decimal Entry w/o type="number", or disable Safari input type="number" correction

From Dev

how to detect cell phone or mobile device?

From Dev

how to detect cell phone or mobile device?

From Dev

How to get phone number of the device in android activity

From Dev

How to get mobile number phone on android 4.1.2 ?

From Dev

How to get the mobile number of my device programmatically?

From Dev

How to build a webform with custom fields in drupal 7?

From Dev

input type=number not possible to insert negative numbers on mobile phone

From Dev

input type=number not possible to insert negative numbers on mobile phone

From Dev

HTML number input field that also works on mobile device

From Dev

How to deploy Windows Phone 8.1 app to Windows 10 Mobile device?

From Dev

How to show "Choose Phone Number" Popup?

From Dev

Touch input on mobile device

From Dev

How to get device phone number or unique id in Swift?

From Dev

How to get device phone number or unique id in Swift?

From Dev

How to download base-64 source images in mobile device(Android,iPhone,Windows) and save into device phone memory

From Dev

How to make dynamic phone number clickable for mobile users

From Dev

How to count the number of dashes (-) in a phone number String for input validation?

From Dev

Accessing a mobile users phone number

From Dev

Custom validation webform Drupal

From Dev

Drupal 7 Webform redirect

From Dev

How do I programmatically update an existing submitted webform submission in Drupal?

From Dev

How do I tie a Drupal template to a webform with multiple environments?

From Dev

How to apply single theme to all webform in drupal 7

From Dev

How to interchange the lines in the section of the webform tables in Drupal 7?

From Dev

Restraining mobile number input

From Dev

how can I have a collapsible button to show for mobile only?

From Dev

Mobile phone storage device not recognized by Ubuntu

Related Related

  1. 1

    How to Type Multilingual Characters in Windows Mobile Device by Device Keypad

  2. 2

    Mobile Safari - How to Default to Full Numeric Keypad for Decimal Entry w/o type="number", or disable Safari input type="number" correction

  3. 3

    how to detect cell phone or mobile device?

  4. 4

    how to detect cell phone or mobile device?

  5. 5

    How to get phone number of the device in android activity

  6. 6

    How to get mobile number phone on android 4.1.2 ?

  7. 7

    How to get the mobile number of my device programmatically?

  8. 8

    How to build a webform with custom fields in drupal 7?

  9. 9

    input type=number not possible to insert negative numbers on mobile phone

  10. 10

    input type=number not possible to insert negative numbers on mobile phone

  11. 11

    HTML number input field that also works on mobile device

  12. 12

    How to deploy Windows Phone 8.1 app to Windows 10 Mobile device?

  13. 13

    How to show "Choose Phone Number" Popup?

  14. 14

    Touch input on mobile device

  15. 15

    How to get device phone number or unique id in Swift?

  16. 16

    How to get device phone number or unique id in Swift?

  17. 17

    How to download base-64 source images in mobile device(Android,iPhone,Windows) and save into device phone memory

  18. 18

    How to make dynamic phone number clickable for mobile users

  19. 19

    How to count the number of dashes (-) in a phone number String for input validation?

  20. 20

    Accessing a mobile users phone number

  21. 21

    Custom validation webform Drupal

  22. 22

    Drupal 7 Webform redirect

  23. 23

    How do I programmatically update an existing submitted webform submission in Drupal?

  24. 24

    How do I tie a Drupal template to a webform with multiple environments?

  25. 25

    How to apply single theme to all webform in drupal 7

  26. 26

    How to interchange the lines in the section of the webform tables in Drupal 7?

  27. 27

    Restraining mobile number input

  28. 28

    how can I have a collapsible button to show for mobile only?

  29. 29

    Mobile phone storage device not recognized by Ubuntu

HotTag

Archive