Formulário em letras maiúsculas, caixa alta

  • gustavodias
    Asked on September 6, 2019 at 9:47 AM

    Olá!

    Como faço para a inserção de dados no formulário pelo usuário ser em caixa alta (maiúscula)?

  • Richie JotForm Support
    Replied on September 6, 2019 at 10:50 AM

    If you want your user's input to be upper case, you may add this custom CSS.

    input {

    text-transform: uppercase !important;

    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    However, if you want to specify only a specific field, you may replace the "input" variable with the field ID.

    Guide:https://www.jotform.com/help/146-How-to-Find-Field-IDs-and-Names

    Please give it a try and let us know if you need further assistance.