How to force the input in CAPITAL letters in a text field?

  • sfcum
    Asked on July 12, 2020 at 12:25 PM

    Bonjour,

    Merci pour ce tutoriel.

    Je voudrais savoir comment faire pour obliger la saisie en MAJUSCULE dans un champs texte ?

    En effet, je souhaite que les personnes écrivent leur Nom de famille en MAJUSCULE.

    D'avance merci

  • David JotForm Support Manager
    Replied on July 12, 2020 at 5:00 PM

    Hi, thank you for contacting us. It is possible to make the input to look in capital letters, but not be in capital letters. You can try with this code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-textbox {

        text-transform: uppercase;

    }

    Example:

    1594587083form Screenshot 10

    However, the end result will be how the user actually submitted the text:

    1594587190result Screenshot 21

    Also, if you want to have the email notification content in capital letters, please add this code "text-transform: uppercase;" as shown on this example:

    1594587565uppercase Screenshot 32

    Let us know if you have more questions.