Force Uppercase in forms

Force uppercase text in ChronoForms form fields.

Overview

The issue is that form data needs to be automatically converted to uppercase as it is entered.
In the CF Designer tab, add a CSS element from the Custom group and apply the text-transform: uppercase property to the desired field or form selector.

Answered
ChronoForms v6
re 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
Gr 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 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 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.