Good morning,
I would like to know if it was possible modifying the code or having a free plugin to save customer datas in capital letter.
Thank you in advance
Kind regards
Don't understand what you want to do. See http://forum.virtuemart.net/index.php?topic=104795.0
I have an e-commerce site and I would like that when a customer inserts their own data and click the register button, the information is saved to the database in uppercase.
You can do that with an hidden userfield, which is set to "custom" and loads the layout from "sublayouts" (like the tos userfield does). Then add a js there, which transforms the input automatically to uppercase.