Hello,
I am looking to force the data being entered into my forms to be in uppercase. In which section would I add
Thank you.
Ryan
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
Hi Ryan,
In the Designer tab add a CSS element from the Custom group and add your CSS to that e.g.
Bob
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
I have the same problem.
How to do this?
you can change the selector to include a specific class or the whole form
How to do this?
you can change the selector to include a specific class or the whole form
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.