Display text inputs in uppercase format

  • operacionessemaca
    Fecha de consulta 18 de octubre de 2023, 17:28

    Por favor como configuro solo en letras mayusculas los textos de entreda en los formularios

    gracias,

  • Jovanne Jotform Support
    Fecha de respuesta 18 de octubre de 2023, 20:43

    Hi operacionessemaca,

    Thanks for reaching out to Jotform Support. Unfortunately, our Spanish Support agents are busy helping other Jotform users at the moment. 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, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. To have your form fillers fill out in capital letters can be done through CSS code. Let me show you how to add it to your form:

    1. In the Form builder, click on the blue Roller Paint icon.
    2. From the Form Designer panel, select the Styles Tab. 
    3. Next, scroll down a bit and inject the following code below inside the Custom CSS area. 
    /* display text inputs in uppercase*/
    .form-textbox, * {

    text-transform: uppercase;

    }
    /* end */


    Display text inputs in uppercase format Image 1 Screenshot 20

    Give it a try and let us know if you need any help.

  • operacionessemaca
    Fecha de respuesta 21 de octubre de 2023, 13:26
    Case results. Please close the request

    thank you,