opencart 3
<div class="form-group "> <label class="col-sm-2 control-label" for="input-name"> another telephone</label> <div class="col-sm-10"> <input type="text" name="another_telephone" value="{{another_telephone}}" class="form-control" placeholder="another telephone"> </div> </div>
I added a custom field "Another Phone" to the vendor store form. It accepts letters, numbers and symbols.
Question: I want to verify that the phone number in my field is valid.
Attachment: Text field > Another phone call
Maybe I didn't understand your question correctly, but if you need to change another alphabetical phone to alphanumeric mode
2(A,B,C) 3(D, E) ,F) 4(G,H,I) 5(J,K,L) 6(M,N,0) 7(P,Q,R,S) 8(T,U,V) 9(W ,X) ,Y,Z)
You can try this: