How to make set characters as capital letters in Email Notification?

  • mnmonitoring
    Asked on November 16, 2016 at 11:19 PM

    can someone help me get this done on my forms? 

     

    thanks,

    matt

  • BJoanna
    Replied on November 16, 2016 at 11:32 PM

    Do you want to set characters as capital letters in Email Notification? You can follow the steps provided on other thread. Only difference is that now we have new email wizard that looks differently that on screenshots from other thread, but codes provided on other thread will work in new wizard as well. 

    To open Source Code of email Notification you need to click on Source code icon inside of email Notification settings. 

    How to make set characters as capital letters in Email Notification? Image 1 Screenshot 20

    If you are unable to set this inside of your form, please provide us ID of your form and tell us what exactly you want to achieve.

    Let us know if you need further assistance. 

  • mnmonitoring
    Replied on November 17, 2016 at 9:23 AM

    i would like everything to sent in capital letters.

    https://form.jotform.com/63123925073149

     

    https://form.jotform.com/63135034138145

     

    thanks,

    matt

  • David JotForm Support Manager
    Replied on November 17, 2016 at 12:17 PM

    Simply add the following line of code to the properties of your email notifications table: text-transform: uppercase;

    a) Open your email notification on edit mode:

    How to make set characters as capital letters in Email Notification? Image 1 Screenshot 70

    b) Click on the first row of the table, and then on the "Table" icon:

    How to make set characters as capital letters in Email Notification? Image 2 Screenshot 81

    c) Click on Table Properties:

    How to make set characters as capital letters in Email Notification? Image 3 Screenshot 92

    d) Then click on Advanced, and and paste the line of code:

    How to make set characters as capital letters in Email Notification? Image 4 Screenshot 103

    Click on the "Ok" button and save everything.

    See how it works:

    1) Submitting form:

    How to make set characters as capital letters in Email Notification? Image 5 Screenshot 114

    2) Email notification result:

    How to make set characters as capital letters in Email Notification? Image 6 Screenshot 125

    Let us know if you need more help, we will be glad to assist you.