Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Bodock

    (@bodock)

    I figured out that <input type="text" has to be changed to <input type="tel" is there any way to do this in the Google Forms plugin?

    Thanks.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Actually, you probably want to set the field to be type=”number” – check out the HTML5 input types for more details.

    To the best of my knowledge, Google does not add the HTML5 types to the fields within Google Drive. The only thing I can think of would be a custom Javascript solution that modified the DOM to add the type attribute to that specific input element.

    Thread Starter Bodock

    (@bodock)

    Thanks for the quick answers. type=”number” didn’t work for me cause It didn’t accepted numbers with decimals so I used type=”tel”. All data in the form fields need to be in the 0.00 format for me.

    Thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Numeric keypad on Android’ is closed to new replies.