-
jimkientzyAsked on March 29, 2025 at 2:18 PM
I'm an Idiot.
On the form https://form.jotform.com/250196545258059
I just want the lower case full name to be changed to UPPER case and saved to the text field " Upper Case Results", using the conditional statement.
Please provide code to do this.
Thanks
Page URL: https://form.jotform.com/250196545258059 -
Myla JotForm SupportReplied on March 29, 2025 at 8:33 PM
Hello Jim,
Thank you for reaching out to Jotform Support. It is not currently possible to set a condition for the copied value to make is upper case but you can add this CSS to automatically set all text entered to upper case. Let me show you how:
First, copy this code:
.form-textbox {
text-transform: uppercase;
}
- In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
- Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Give it a try and reach out again if you have any other questions.
-
jimkientzyReplied on March 30, 2025 at 12:48 PM
This works. Thank you
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!