-
stephanedaigleDemandé le 9 décembre 2024 à 13:11
Bonjour,
Je souhaiterais que certains champs seulement de mes formulaires "traduisent" automatiquement les caractères minuscules en majuscules.
Le champ : IDENTIFICATION DE LA PHOTO NUMÉRIQUE :
Merci.
Page URL: https://form.jotform.com/243362398130051 -
Lorenz Jotform SupportRépondu le 9 décembre 2024 à 21:41
Hi stephanedaigle,
Thanks for reaching out to Jotform Support. Our French 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 French, 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, coming back to your question, I'll need a bit of time to look into this. I'll be back with an update.
Thanks for your patience and understanding, we appreciate it.
-
Lorenz Jotform SupportRépondu le 11 décembre 2024 à 02:30
Hi stephanedaigle,
I assume you want it applied to the IDENTIFICATION DE LA PHOTO NUMÉRIQUE field, right? If so, then we can use CSS code to automatically translate the input text format to uppercase. Let me walk you through it:
1. First, copy this code:
/* Translate input text to uppercase */
input#input_23 {
text-transform: uppercase !important;
}
/* end code */
2. In the Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That's it. The code is automatically saved.
Give it a try and let us know if you need any more help.