Hi Team,
I tried to make this using CSS to change text case in screen
https://css-tricks.com/almanac/properties/t/text-transform/
But the CSS text-transform have only changed the displayed text.
In other words, if the user types something in lowercase it is displayed as uppercase (if text-transform : uppercase) but the data is getting saved in backend tables in the same case that user have entered.
Could anyone help me with solution?
@askmax