I have this input field that the user need to put his phone number:
<input type="text" id="Phone" />
I want to validate if the number is in the correct format. The format should be this: Only 10 digits (no letters, no "-" and no other characters) Can someone help me please?