Restricted input type for number only by using HTML5

Best Webdesign - html5 - input type for allowing number only

tutorial from Best Webdesign to use HTML5 for allowing number only in input type



Restricted input type for number only by using HTML5

How to make the input type to be valid for number only? We do not need to use javascript, because we can do that easily with HTML5.

Let say we want to make an input type for temperature with the following rule: minimum 30o and maximum 50o, but allowing to input one decimal digit.
The example is 30.1o.

Read: Getting current total and previous one from MySQL

To do that we can make HTML code like below:

<input id="temperature" class="form-control" max="50" maxlength="4" min="30" name="temperature" size="50" step="0.1" type="number" />

type="number" is used to make the input type is valid for number only.
step="0.1" is used when clicking on up/down button.
min="30" max="50" is the minimum and maximum number so the form can be submitted.

The result of the example above is like below:

DEMO

Read: Getting current total and previous one from MySQL

Good luck.



Related Article

Web Design Services - Best Webdesign - Best SEO Services

Making an input type for checking valid email address in HTML

As a web design services, we often use input type="text" and input type="password" like below: For text: <input type="text" name="username" size="25" maxsize="15"> For password: <input type="password" name="password"> The syntax above ...


Getting current total and previous one from MySQL

As the part of the Best Webdesign, we ever get the request from our customer to show the total selling in a month including previous selling to count the percentage of profit.. To do that, we often use a very simple way, namely using two queris of M ...


CSS Trunk Text

In the web design development, we often show the last article in our site or our customer's site.By using CSS Bootstrap, it is easy because we can make the column easily. The HTML sample that we often use is like below: [adsense] <div class="co ...


Working Process

Web Design - Wedding Photography - Wedding Videography

Our Location at Surabaya and Bali

Website Design in Indonesia

Graphic Design in Indonesia

Contact

+628113638531 / +628113865464

info@tatamedia.com

Webdesigner in Indonesia

Videographer in Bali

Office

Tatamedia Solusindo Surabaya

Dekkophotography Bali

Fine Art Photography in Bali

Web Design

Support

Send your request to

info@tatamedia.com