Forums

Force Uppercase in forms

relliott 23 Jun, 2017
Hello,

I am looking to force the data being entered into my forms to be in uppercase. In which section would I add
text-transform: uppercase


Thank you.

Ryan
GreyHead 24 Jun, 2017
Answer
Hi Ryan,

In the Designer tab add a CSS element from the Custom group and add your CSS to that e.g.
#text1 {text-transform: uppercase}
This will change the element with id 'text1' - you can change the selector to include a specific class or the whole form.
Bob
gabi 14 Sep, 2017
I have the same problem.

How to do this?

you can change the selector to include a specific class or the whole form
gabi 14 Sep, 2017
Oh its not the same problem I see. Will make another question for that. Sorry
This topic is locked and no more replies can be posted.