-
Ffrancisco
PERO EN MAYUSCULA NO HAY NADA, SI ESCRIBO EN MINUSCULA QUE SE GRABE EN MAYUSCULA ,
-
Lorevie Jotform SupportHi Francisco,
Thanks for reaching out to Jotform Support. Our Spanish Support agents are busy helping other Jotform users right now, so I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Spanish, let us know and we can have them do that. But, it might take a while until they're available again.
Now, can you send me the link to the form that you're having issues with? To my understanding, you want the input text to be in capital letters, is that right? You can inject the following CSS code to transform all text to capital letters:
.form-textbox{ text-transform: uppercase; }Let me show you how to inject this into your form:
1. In Form Builder, click on the Paint Roller icon on the right side of the page.
2. Next, from the Form Designer section on the right, select the Styles tab.
3. Finally, scroll down and paste the code into the Inject CSS Code box.
Here's the result: Give it a try and let us know how it goes. -
Lorevie Jotform SupportHi Francisco,
Having read your feedback, it’s very clear that you haven’t had a satisfying experience with the support you’ve gotten. We take your feedback seriously and we want to assure you that we’re here to help you every step of the way, and we’re committed to finding a solution for this.
Note that the CSS only affects the display of the field values while the form is being filled out. It does not convert the submitted data to uppercase in the submission Tables. As a workaround, you can add a new column and use the Custom AI Column to convert all data in your preferred column to uppercase. Then, you can hide the columns that are not in uppercase. Let me show you how to do this:
First, let's convert the data in the Tables to uppercase.
1. In Tables, click on the Add button at the top and select AI Columns.
2. Next in the Add a New Column window that opens, select Custom AI Column.
3. Then, click on the Insert Column button at the top and select the column you want to convert to uppercase.
4. Enter a prompt asking to convert the data in that column to uppercase.
5. Lastly, click on the Create Column button at the bottom.
Next, let's hide the column that's in lowercase.1. In Tables, click on the Three Dots icon next to the column name.
2. Then, select Hide Column at the bottom.
Give it a try and let us know how it goes.