Mobile Keyboard control Contact Form 7
-
I want a text input field to have a numeric key board on mobile devices.
I don’t want it to be a “number” input as this is for phone numbers which can start with 0.
The stack overflow answers for this is to have the input with the following
<input type=”text” pattern=”[0-9]*” inputmode=”numeric”>How can I get these “arbitrary” values into the field.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Mobile Keyboard control Contact Form 7’ is closed to new replies.