quendi Posted January 24, 2019 Share Posted January 24, 2019 W którym miejscu, mogę zmienić typ pola input dla nr NIP z "text" na "number" oraz dodać wartość "maxlength" (dotyczy formularza rejestracji). Dłuższy czas już szukam i nie mogę sobie poradzić. PrestaShop 1.7.3 Link to comment Share on other sites More sharing options...
0 quendi Posted January 24, 2019 Author Share Posted January 24, 2019 Uwielbiam ten moment, kiedy zdążyłem zadać pytanie na forum i nagle mnie olśniło Daje rozwiązanie jakby ktoś kiedyś szukał. if ($field === 'vat_number') { $formField->setMaxLength('10'); $formField->setType('number'); } Link to comment Share on other sites More sharing options...
Question
quendi
W którym miejscu, mogę zmienić typ pola input dla nr NIP z "text" na "number" oraz dodać wartość "maxlength" (dotyczy formularza rejestracji). Dłuższy czas już szukam i nie mogę sobie poradzić.
PrestaShop 1.7.3
Link to comment
Share on other sites
1 answer 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 accountSign in
Already have an account? Sign in here.
Sign In Now