Cómo cambiar minúsculas a mayúsculas en la integración del formulario con google spreadsheets

  • CDUC
    Asked on August 8, 2018 at 11:00 AM

    Hola buen día, quería saber si existe la posibilidad de usar un código css para transformar el texto ingresado en minúsculas a mayúsculas, incluso, cuando se envíe el formulario a la hoja de cálculo de google.

    Gracias..!

  • Richie JotForm Support
    Replied on August 8, 2018 at 12:05 PM

    Unfortunately, we do not have this feature. Even if you change the CSS of the field to upper case, the submitted data in the Google Sheet will remain in lower case.

    Cómo cambiar minúsculas a mayúsculas en la integración del formulario con google spreadsheets Image 1 Screenshot 20

    You can however, use the lower case to upper case CSS in your form submission.

    Sample code:

    #input_4{
       text-transform: uppercase;
    }

    Hope this information helps.

    Please let us know if you have further questions.

    Thank you.