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>
Ich habe ein benutzerdefiniertes Feld „Anderes Telefon“ zu meinem Händler-Shop-Formular hinzugefügt. Es akzeptiert Buchstaben, Zahlen und Symbole.
Frage: Ich möchte überprüfen, ob die Telefonnummer in meinem Feld gültig ist.
Bild im Anhang: Textfeld > Ein weiterer Anruf
也许我没有正确理解您的问题,但如果您需要将另一部以字母为字母的手机更改为按字母/数字模式的数字
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)
你可以试试这个: