I need to force uppercase for all input field (text, number, etc) for my form. (not using the css technique) as i want to have a neat database with all uppercase entries not just masking it in front.
I have tried strtoupper and applied the code via theme's function.php but can't get it work. i'm quite new in php.
Any ideas would be greatly appreciated.