TOC

This article is currently in the process of being translated into Thai (~90% done).

Form validation using HTML5:

Validating phone numbers

Input ชนิดนี้ เป็น input ชนิดใหม่ที่ไม่มี browser ตัวไหนรองรับการใช้งาน เพราะแต่ละประเทศเบอร์โทรศัพท์จะไม่เหมือนกัน เช่น ความยาวหรือระหัสประเทศ แต่เราก็ควรจะใช้ input นี้อย่างน้อยเผื่อว่าในอนาคตจะต้องใช้ และมันก็เป็นไปตามหลัก semantic อ่านออกและเข้าใจง่าย

<form>
	Your phonenumber: <input type="tel" required />
	<input type="submit" value="Submit now" />
</form>

เมื่อเราใช้ input ชนิดนี้แล้วเราเปิด webpage ใน smartphone แป้นพิมพ์จะเปลี่ยนจาก qwerty keyboard (มาตรฐานการวางตำแหน่งแป้นพิมพ์ตัวอักษรอังกฤษ) ไปยัง keyboard ตัวเลข


This article has been fully translated into the following languages: Is your preferred language not on the list? Click here to help us translate this article into your language!
adplus-dvertising