Make input fields and submissions uppercase

  • avikikkerland
    Asked on January 26, 2016 at 8:56 AM

    Hello,

    Is there a option that allows the input fields to turn anything typed into them into CAPS only. Or once the form is submitted the data comes in with CAPS only.

    Thanks!

  • avikikkerland
    Replied on January 26, 2016 at 9:06 AM

    .form-textbox, .form-textarea {
    text-transform:uppercase;
    }

     

    ^^^ This seems to show all the input field information in CAPS but it doesn't submit it in CAPS. Any ideas?

  • Jan
    Replied on January 26, 2016 at 1:17 PM

    As I understand, you want to apply for the uppercase function in the email notification. It is possible to do it. Please follow the steps below.

    1. Click the "Emails" button in the toolbar.

    Make input fields and submissions uppercase Image 1 Screenshot 50

    2. Select the notification and then click the "Edit" button.

    Make input fields and submissions uppercase Image 2 Screenshot 61

    3. Highlight the text and then click the "Table" button. Go to "Cell" and then choose "Cell properties". Go to "Advanced" tab and then add "text-transform: uppercase;". Press the "OK" button when you're done.

    Make input fields and submissions uppercase Image 3 Screenshot 72

    4. Here's what it'll looks like on the email.

    Make input fields and submissions uppercase Image 4 Screenshot 83

    Let us know if you need further help. Thank you.