Looking to implement validations for the following fields: email, mobile number (must be 10 numbers and start with 05), and National ID (must be 10 numbers and start with 1 or 2)
<input class="form-control" type="text" id="txtNID" name="NID">
<input class="form-control" type="text" id="txtMobile" name="mobileNumber">
<input class="form-control" type="email" id="txtEmail" name="email" >
<input type="button" id="btnSend" class="btn btn-view" value="send" />