Jump to content
  • 0

Ograniczenie pola - telefon - do 9 cyfr


marcinkukla

Question

Cześć,

 

Potrzebuje pomocy w dodaniu ograniczenia do pola "numer telefonu". 

 

Szukałem informacji gdzie i jak zmienić to pole. Jedyne co udało mi się znaleźć to plik "order-opc-new-account.tpl" gdzie to pole się znajduje. 

<div class="{if isset($one_phone_at_least) && $one_phone_at_least}required {/if}form-group">
   <label for="phone_mobile_invoice">{l s='Mobile phone'}{if isset($one_phone_at_least) && $one_phone_at_least} <sup>*</sup>{/if}</label>
   <input type="text" class="form-control" name="phone_mobile_invoice" id="phone_mobile_invoice" value="{if isset($guestInformations) && isset($guestInformations.phone) && $guestInformations.phone}{$guestInformations.phone}{/if}" placeholder="{l s='np. 600700800'}" />
</div>

Potrzebuje aby każdy numer był ograniczony do 9 cyfr, dodatkowo aby każdy numer usuwał "-" oraz spacje.

123-456-789 -> 123456789

123 456 789 -> 123456789

 

Czy jest ktoś w stanie pomóc?

Edited by marcinkukla (see edit history)
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...