How to get All field of user inputs of Zoho Creator App in Capital letters?

How to get All field of user inputs of Zoho Creator App in Capital letters?

Hi All,

I can get particular file input as capital using below script. (For example to get a Customer Name in Capital)

mName=input.Customer_Name.toUpperCase();
if(mName != input.Customer_Name)
{
input.Customer_Name=mName;
}


I would like to know how to get all fields in Capital letters during user inputs & update ?

Anybody tried common function that we can use in across all forms and pages of an Zoho creater app?

Regards,
Easwaran