How do I transform the text in uppercase in the emails?

  • jbp.philcare
    Asked on February 28, 2020 at 12:13 PM

    Hello,

    1. I just want all answers on the form while filling it up should be automatically set to uppercase except for the email address field.

    2. I also want all results submitted to my email should be in uppercase.

    heres my form below
    https://www.jotform.com/build/200558095347055




    Thanks so much!

  • jonathan
    Replied on February 28, 2020 at 3:20 PM

    You can use the CSS codes like this to make the specific field have lowecase input.

    #input_67 {

        text-transform: lowercase !important;

    }

    Example result.

    1582921041zzz 2020 02 29 04 Screenshot 10


    As for the results on the Email, you will need to make use of the form full source code to achieve that.

    Please refer to this similar discussion thread for guide. 

    Make submissions and notification text all UPPERCASE

    I hope this help. Let us know if you need further assistance.




  • PHILCARE
    Replied on February 28, 2020 at 11:01 PM

    THanks Sir,

    Have you already changed the CSS code to my form? upon checking theres already some changes. If yes then thank you very much.

    As for the UPPER CASE submissions can you change the form for me please? I have previous form from my other jotform account that also have the same settings that once submitted it will be on all uppercase except for the email, I just forgot how to do it again and I cant find the guide from the support team who assisted me on that concern that was the same here.

  • roneet
    Replied on February 29, 2020 at 4:46 AM

    Yes, the CSS code is already injected in your form which transforms the values to uppercase.

    The CSS codes added to make the texts in the input boxes uppercase will not affect the data or string being passed to our database. The CSS codes are just used to style (front end) and not affect the data being passed.


    To transform the text in uppercase in the emails too, you can check this guide:

    How do I transform the text in uppercase in the emails? Image 10

    I hope this helps!

    Thanks.