For validating the email, <input type = “email”> is enough. For mobile number use pattern attribute for attribute input as follows: <input type="number" ...
確定! 回上一頁