FIeld to uppercase
-
Hello,
I have to transform into capital letters the content of the text field “Codice Fiscale”, the desired result is to force users to use CAPS LOCK and get only capital letters for this field. I used in “codice fiscale” edit field, stilyng the CSS “text-transform: uppercase;”. Unfortunately there was a strange bahavior after:
– first all the text-1 field in the whole page, that contains 3 forms, changed to uppercase, not only “Codice fiscale” in form 1, but also “Causale del pagamento” in form 2 and “Nome del torneo” in form 3!!
– when I tried to solve the problem changing the text-1 field for “Codice fiscale” with a new one, text-3, it was quite absurd, infact all the other field remains uppercase and the only one to lowercare was the desired “Codice fiscale” text -3
– finally I put a specific CSS in the edit field, stilyng all text field in the 3 forms: in “tax code” i used in edit field, stilyng the CSS “text-transform: uppercase;”, in other text fields I used in edit field, stilyng the CSS “text-transform: lowercase;” but the fields remain the same uppercase or lowercase, as if the CSS used was not considered at all.
I am astonished.
The page I need help with: [log in to see the link]
- The topic ‘FIeld to uppercase’ is closed to new replies.