Campo de texto: Guardar texto en mayúsculas aunque se escriba en minúsculas

  • F
    francisco
    Fecha de consulta 31 de mayo de 2026, 19:58

    PERO EN MAYUSCULA NO HAY NADA, SI ESCRIBO EN MINUSCULA QUE SE GRABE EN MAYUSCULA ,

  • Profile Image
    Lorevie Jotform Support
    Fecha de respuesta 31 de mayo de 2026, 22:28

    Hi 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. Fianlly, scroll down your mouse and paste the CSS code above in the Inject Custom CSS field.

    
Campo de texto: Guardar texto en mayúsculas aunque se escriba en minúsculas
Image-1 Here's the result:

    
Campo de texto: Guardar texto en mayúsculas aunque se escriba en minúsculas
Image-2 Give it a try and let us know how it goes.

  • Profile Image
    Lorevie Jotform Support
    Fecha de respuesta 10 de junio de 2026, 20:23

    Hi 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, select Custom AI Column and click on the Next button at the bottom.

    
Campo de texto: Guardar texto en mayúsculas aunque se escriba en minúsculas
Image-1

    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.

    
Campo de texto: Guardar texto en mayúsculas aunque se escriba en minúsculas
Image-2
    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.

    
Campo de texto: Guardar texto en mayúsculas aunque se escriba en minúsculas
Image-3
    Give it a try and let us know how it goes.

Your Reply