How to show the submission data in uppercase?

  • KEPPENS
    Demandé le 14 juin 2023 à 06:48

    peut on demander a ce que les données soient obligatoirement saisies en majuscule?

  • Gemmhel Jotform Support
    Répondu le 14 juin 2023 à 09:55

    Hi Keppens,

    Thanks for reaching out to Jotform Support. Unfortunately, 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, let me help you with your question. Just to confirm, do you want the submission data to be in uppercase? If so, unfortunately, the feature you're looking for isn't available at Jotform right now. I've gone ahead and escalated a request to our developers, but when or if it's developed depends on their workload, how viable it is, and how many other users also request it. If there are any updates, we’ll circle back to this thread and let you know.

    You can inject a custom CSS code to make the letters appear in uppercase when filling out the form. Please confirm that this is what you want so that we can provide you with the steps and CSS code.

    Once we hear back from you, we'll be able to help you with this.

  • Michael Jotform Support
    Répondu le 14 juin 2023 à 10:03

    Hi KEPPENS,

    Thanks for reaching out to Jotform Support. You can set this up by injecting custom CSS codes and creating an advanced formula on the Tables. Let me show you how to do it:

    Injecting Custom CSS Codes

    First, copy the CSS code below:

    #field-id{
    text-transform: uppercase;
    }

    Now, let's insert the code:

    1. In Form Builder, click on the Paint Roller icon and go to Styles.
    2. Scroll down a bit and paste the custom CSS code into the Inject CSS Code box.
    3. Click on Save. That’s it.

    How to show the submission data in uppercase? Image 1 Screenshot 30

    Creating Advanced Formula on the Tables

    1. Click on Add on the columns and go to Formula.
    2. Select Advanced Formula and click on Next.
    3. Add the Upper formula and select the field that you need.
    4. Click on Create Column. That's it.

    How to show the submission data in uppercase? Image 2 Screenshot 41

    Let us know if you have any other questions.